summaryrefslogtreecommitdiff
path: root/scons
diff options
context:
space:
mode:
authorJosé Fonseca <jfonseca@vmware.com>2010-11-03 15:21:51 +0000
committerJosé Fonseca <jfonseca@vmware.com>2010-11-03 15:21:51 +0000
commitd49dfe66cfb0e13094e5918b9857c4eb474a53f6 (patch)
treea55467e2179e622d1d3657a5e15593ca8b964ef7 /scons
parent12376d8ea384f8a984daf6892a2bd07a70604962 (diff)
st/xorg: Detect libkms with scons too.
Diffstat (limited to 'scons')
-rw-r--r--scons/gallium.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/scons/gallium.py b/scons/gallium.py
index 3c0ff905389..7374cf58d3b 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')