summaryrefslogtreecommitdiff
path: root/platform/x11/detect.py
diff options
context:
space:
mode:
Diffstat (limited to 'platform/x11/detect.py')
-rw-r--r--platform/x11/detect.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/x11/detect.py b/platform/x11/detect.py
index 2519dd6fdf..b0876d7fc6 100644
--- a/platform/x11/detect.py
+++ b/platform/x11/detect.py
@@ -113,6 +113,7 @@ def configure(env):
env.Append(CCFLAGS=['-g2', '-Wall','-DDEBUG_ENABLED','-DDEBUG_MEMORY_ENABLED'])
env.ParseConfig('pkg-config x11 --cflags --libs')
+ env.ParseConfig('pkg-config xinerama --cflags --libs')
env.ParseConfig('pkg-config xcursor --cflags --libs')
env.ParseConfig('pkg-config openssl --cflags --libs')