Mesa (master): meson: turn on pl111 not vc4 when pl111 driver specificed

Eric Anholt anholt at kemper.freedesktop.org
Tue Oct 17 22:52:47 UTC 2017


Module: Mesa
Branch: master
Commit: fbf39fd7c33d56271d79bdbe039605588c8d84db
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=fbf39fd7c33d56271d79bdbe039605588c8d84db

Author: Dylan Baker <dylan at pnwbakers.com>
Date:   Tue Oct 17 14:44:15 2017 -0700

meson: turn on pl111 not vc4 when pl111 driver specificed

Reviewed-by: Eric Anholt <eric at anholt.net>
fixes: 1918c9b1627d5403 ("meson: Add support for the pl111 driver.")
Signed-off-by: Dylan Baker <dylanx.c.baker at intel.com>

---

 meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meson.build b/meson.build
index 5c42102e12..33121600d0 100644
--- a/meson.build
+++ b/meson.build
@@ -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')




More information about the mesa-commit mailing list