2017-01-05 19:44:25 +00:00
|
|
|
+++ build/platform/x11/detect.py
|
2017-06-30 14:52:59 +00:00
|
|
|
@@ -139,6 +139,10 @@
|
2017-01-05 19:44:25 +00:00
|
|
|
env.ParseConfig('pkg-config xinerama --cflags --libs')
|
|
|
|
env.ParseConfig('pkg-config xcursor --cflags --libs')
|
|
|
|
env.ParseConfig('pkg-config xrandr --cflags --libs')
|
|
|
|
+ env.ParseConfig('pkg-config xrender --cflags --libs')
|
2018-02-24 13:12:44 +00:00
|
|
|
+ env.ParseConfig('pkg-config oslibGLU_combined --cflags')
|
2017-01-05 19:44:25 +00:00
|
|
|
+ env.ParseConfig('pkg-config glu --cflags --libs')
|
|
|
|
+ env.ParseConfig('pkg-config zlib --cflags --libs')
|
|
|
|
|
|
|
|
if (env['builtin_openssl'] == 'no'):
|
2017-06-30 14:52:59 +00:00
|
|
|
# Currently not compatible with OpenSSL 1.1.0+
|