From 2c72e78ff54fda078f423384a5d5269e4c59ed4f Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Thu, 1 Dec 2016 19:48:43 +0000 Subject: autoconf/scons: bump libdrm to 2.4.75 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We'll be using the drmGetDevice[s]2 API in src/loader with next patch. v2: Rebase. Signed-off-by: Emil Velikov Reviewed-by: Michel Dänzer (v1) Reviewed-by: Eric Engestrom (v1) Tested-by: Mike Lothian --- 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 665d66afc7f..a4112773241 100755 --- a/scons/gallium.py +++ b/scons/gallium.py @@ -648,7 +648,7 @@ def generate(env): env.PkgCheckModules('X11', ['x11', 'xext', 'xdamage >= 1.1', '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']) + env.PkgCheckModules('DRM', ['libdrm >= 2.4.75']) if env['x11']: env.Append(CPPPATH = env['X11_CPPPATH']) -- cgit v1.2.1