summaryrefslogtreecommitdiffstats
path: root/meson.build
diff options
context:
space:
mode:
authorDylan Baker <[email protected]>2017-10-10 11:57:50 -0700
committerDylan Baker <[email protected]>2017-10-16 16:32:43 -0700
commitf3d03a2cf7e84d67f6be8c61fe93312c4ed8393b (patch)
tree4e94a1df192063811b048bf59d627a031be80b43 /meson.build
parent4d701ee9696ff7fdbce5c56cc3a97a326f06f16f (diff)
meson: Build gallium dri state tracker
Signed-off-by: Dylan Baker <[email protected]> Reviewed-by: Eric Anholt <eric at anholt.net>
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index fecb5dbac81..4cde8c76908 100644
--- a/meson.build
+++ b/meson.build
@@ -92,6 +92,7 @@ endif
with_gallium = false
with_gallium_radeonsi = false
+with_gallium_softpipe = false
_drivers = get_option('gallium-drivers')
if _drivers != ''
_split = _drivers.split(',')