aboutsummaryrefslogtreecommitdiffstats
path: root/src/meson.build
diff options
context:
space:
mode:
authorDylan Baker <[email protected]>2017-09-28 22:25:02 -0700
committerDylan Baker <[email protected]>2017-10-16 16:32:43 -0700
commitb1b65397d0c4978e36a84c0a1c98a4bd6cb9588e (patch)
tree165535796a6ba46dcc4b64299ca8bd805838b827 /src/meson.build
parentaf9d276134d9af3b6145f10943eaf7bf1a6226b6 (diff)
meson: Build gallium auxiliary
v2: - guard gallivm files with "with_llvm" instead of "dep_llvm.found()" Signed-off-by: Dylan Baker <[email protected]> Reviewed-by: Eric Anholt <[email protected]> (v1)
Diffstat (limited to 'src/meson.build')
-rw-r--r--src/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/meson.build b/src/meson.build
index 544d831ea63..15d8af0197d 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -58,4 +58,4 @@ if with_gbm
subdir('gbm')
endif
# TODO: egl
-# TODO: gallium
+subdir('gallium')