[Mesa-dev] [PATCH 01/11] configure.ac: Add HAVE_OPENCL AM_CONDITIONAL v2

Francisco Jerez currojerez at riseup.net
Wed May 23 05:00:50 PDT 2012


Tom Stellard <tstellar at gmail.com> writes:

> v2:
>   - Drop HAVE_OPENCL variable for non-automake builds
>   - s/HAVE_OPENCL/HAVE_GALLIUM_COMPUTE
> ---
>  configure.ac |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/configure.ac b/configure.ac
> index 3bb51a2..2805e7c 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -2072,6 +2072,7 @@ AM_CONDITIONAL(NEED_RADEON_GALLIUM, test x$NEED_RADEON_GALLIUM = xyes)
>  AM_CONDITIONAL(USE_R600_LLVM_COMPILER, test x$USE_R600_LLVM_COMPILER = xyes)
>  AM_CONDITIONAL(HAVE_LOADER_GALLIUM, test x$enable_gallium_loader = xyes)
>  AM_CONDITIONAL(HAVE_DRM_LOADER_GALLIUM, test x$enable_gallium_drm_loader = xyes)
> +AM_CONDITIONAL(HAVE_GALLIUM_COMPUTE, test x$enable_opencl = xyes)
>  AC_SUBST([GALLIUM_MAKE_DIRS])
>  
>  dnl prepend CORE_DIRS to SRC_DIRS

Reviewed-by: Francisco Jerez <currojerez at riseup.net>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 229 bytes
Desc: not available
URL: <http://lists.freedesktop.org/archives/mesa-dev/attachments/20120523/c7be7b0f/attachment.pgp>


More information about the mesa-dev mailing list