summaryrefslogtreecommitdiff
path: root/scons
diff options
context:
space:
mode:
authorEmil Velikov <emil.velikov@collabora.com>2017-02-09 13:35:46 +0000
committerEmil Velikov <emil.l.velikov@gmail.com>2017-02-13 10:13:24 +0000
commitcd1ebd8abac19b93f2a5aadf8bb20751ecec2857 (patch)
tree6b2253ba1a0ad112850e7a9726df40ac50e7a583 /scons
parent6689cc0392fdcd8da7bde6f07c08f3fdabaa82ca (diff)
scons: add missing dri2proto requirement
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@collabora.com> Reviewed-by: Matt Turner <mattst88@gmail.com>
Diffstat (limited to 'scons')
-rwxr-xr-xscons/gallium.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scons/gallium.py b/scons/gallium.py
index 64dfdcc9d56..215d828e1b7 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'])