2017-01-05 19:44:25 +00:00
|
|
|
+++ build/platform/x11/detect.py
|
2018-03-19 11:59:55 +00:00
|
|
|
@@ -142,8 +142,13 @@
|
2017-01-05 19:44:25 +00:00
|
|
|
env.ParseConfig('pkg-config xcursor --cflags --libs')
|
2018-02-14 17:42:48 +00:00
|
|
|
env.ParseConfig('pkg-config xinerama --cflags --libs')
|
2017-01-05 19:44:25 +00:00
|
|
|
env.ParseConfig('pkg-config xrandr --cflags --libs')
|
2018-03-19 11:59:55 +00:00
|
|
|
-
|
|
|
|
- if (env['touch']):
|
2017-01-05 19:44:25 +00:00
|
|
|
+ env.ParseConfig('pkg-config xrender --cflags --libs')
|
2018-02-14 17:42:48 +00:00
|
|
|
+ env.ParseConfig('pkg-config xext --cflags --libs')
|
|
|
|
+ env.ParseConfig('pkg-config xfixes --cflags --libs')
|
2017-01-05 19:44:25 +00:00
|
|
|
+ env.ParseConfig('pkg-config glu --cflags --libs')
|
|
|
|
+ env.ParseConfig('pkg-config zlib --cflags --libs')
|
2018-03-19 11:59:55 +00:00
|
|
|
+
|
|
|
|
+ if (env['touch']):
|
|
|
|
x11_error = os.system("pkg-config xi --modversion > /dev/null ")
|
|
|
|
if (x11_error):
|
|
|
|
print("xi not found.. cannot build with touch. Aborting.")
|