summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorMatt Turner <[email protected]>2012-08-17 15:51:59 -0700
committerMatt Turner <[email protected]>2012-08-22 11:08:06 -0700
commitbfd7d6f58b47984853cf0831057e84a617de25ed (patch)
treecc7387c4977a848744a79b164b525e25b643dcc0 /configure.ac
parentf9786394e5969593f9a0ea6e5653168197506523 (diff)
build: Only build libmesagallium.la if building Gallium
Reviewed-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index efd5d648912..306188b9b0f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1530,6 +1530,7 @@ dnl
if test "x$with_gallium_drivers" != x; then
SRC_DIRS="$SRC_DIRS gallium gallium/winsys gallium/targets"
fi
+AM_CONDITIONAL(HAVE_GALLIUM, test "x$with_gallium_drivers" != x)
AC_SUBST([LLVM_BINDIR])
AC_SUBST([LLVM_CFLAGS])