Tom Stellard <[email protected]> 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 <[email protected]>
pgpepkZUjnJyl.pgp
Description: PGP signature
_______________________________________________ mesa-dev mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-dev
