From d49dfe66cfb0e13094e5918b9857c4eb474a53f6 Mon Sep 17 00:00:00 2001 From: José Fonseca Date: Wed, 3 Nov 2010 15:21:51 +0000 Subject: st/xorg: Detect libkms with scons too. --- scons/gallium.py | 1 + 1 file changed, 1 insertion(+) (limited to 'scons') diff --git a/scons/gallium.py b/scons/gallium.py index 3c0ff90538..7374cf58d3 100644 --- a/scons/gallium.py +++ b/scons/gallium.py @@ -559,6 +559,7 @@ def generate(env): pkg_config_modules(env, 'x11', ['x11', 'xext']) pkg_config_modules(env, 'dri', ['libdrm']) pkg_config_modules(env, 'xorg', ['xorg-server']) + pkg_config_modules(env, 'kms', ['libkms']) # Custom builders and methods env.Tool('custom') -- cgit v1.2.3