meson: turn on pl111 not vc4 when pl111 driver specificed
authorDylan Baker <dylan@pnwbakers.com>
Tue, 17 Oct 2017 21:44:15 +0000 (14:44 -0700)
committerEric Anholt <eric@anholt.net>
Tue, 17 Oct 2017 22:34:35 +0000 (15:34 -0700)
Reviewed-by: Eric Anholt <eric@anholt.net>
fixes: 1918c9b1627d5403 ("meson: Add support for the pl111 driver.")
Signed-off-by: Dylan Baker <dylanx.c.baker@intel.com>
meson.build

index 5c42102e12df51c21da60a533d3f205e1fdedf75..33121600d0c66fd95c01b56d57b0e14690c2207b 100644 (file)
@@ -100,7 +100,7 @@ with_gallium_vc5 = false
 _drivers = get_option('gallium-drivers')
 if _drivers != ''
   _split = _drivers.split(',')
-  with_gallium_vc4 = _split.contains('pl111')
+  with_gallium_pl111 = _split.contains('pl111')
   with_gallium_radeonsi = _split.contains('radeonsi')
   with_gallium_nouveau = _split.contains('nouveau')
   with_gallium_softpipe = _split.contains('swrast')