diff options
author | rollenrolm <rollenrolm@users.noreply.github.com> | 2015-03-23 01:31:38 +0100 |
---|---|---|
committer | rollenrolm <rollenrolm@users.noreply.github.com> | 2015-03-23 01:31:38 +0100 |
commit | ca0b3ce1f6e40827096e1fa66e4d159d7e16a83a (patch) | |
tree | 4ff5e2ab684193280828051abed4ebda51622f68 /platform/x11/detect.py | |
parent | c68563aeb46514d35f5ae7b8006f8218c716782e (diff) |
New API: build fixes for x11
Diffstat (limited to 'platform/x11/detect.py')
-rw-r--r-- | platform/x11/detect.py | 1 |
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') |