From cd1ebd8abac19b93f2a5aadf8bb20751ecec2857 Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Thu, 9 Feb 2017 13:35:46 +0000 Subject: 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 Reviewed-by: Matt Turner --- scons/gallium.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scons') 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']) -- cgit v1.2.3