[Mesa-dev] [PATCH 03/10] scons: add missing dri2proto requirement

Emil Velikov emil.l.velikov at gmail.com
Thu Feb 9 13:35:46 UTC 2017


From: Emil Velikov <emil.velikov at collabora.com>

Noticed while skimming through, although admittedly there's many other
dependencies that are not tracked by the scons build.

Signed-off-by: Emil Velikov <emil.velikov at collabora.com>
---
 scons/gallium.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scons/gallium.py b/scons/gallium.py
index 64dfdcc9d5..215d828e1b 100755
--- a/scons/gallium.py
+++ b/scons/gallium.py
@@ -645,7 +645,7 @@ def generate(env):
     env.AddMethod(msvc2013_compat, 'MSVC2013Compat')
     env.AddMethod(unit_test, 'UnitTest')
 
-    env.PkgCheckModules('X11', ['x11', 'xext', 'xdamage', 'xfixes', 'glproto >= 1.4.13'])
+    env.PkgCheckModules('X11', ['x11', 'xext', 'xdamage', 'xfixes', 'glproto >= 1.4.13', 'dri2proto >= 2.8'])
     env.PkgCheckModules('XCB', ['x11-xcb', 'xcb-glx >= 1.8.1', 'xcb-dri2 >= 1.8'])
     env.PkgCheckModules('XF86VIDMODE', ['xxf86vm'])
     env.PkgCheckModules('DRM', ['libdrm >= 2.4.66'])
-- 
2.11.0



More information about the mesa-dev mailing list