godot: update patches for 3.0.2
This commit is contained in:
parent
d1d320f493
commit
2220b5fe99
@ -1,15 +1,17 @@
|
|||||||
+++ build/platform/x11/detect.py
|
+++ build/platform/x11/detect.py
|
||||||
@@ -142,3 +142,10 @@
|
@@ -142,8 +142,13 @@
|
||||||
env.ParseConfig('pkg-config xcursor --cflags --libs')
|
env.ParseConfig('pkg-config xcursor --cflags --libs')
|
||||||
env.ParseConfig('pkg-config xinerama --cflags --libs')
|
env.ParseConfig('pkg-config xinerama --cflags --libs')
|
||||||
env.ParseConfig('pkg-config xrandr --cflags --libs')
|
env.ParseConfig('pkg-config xrandr --cflags --libs')
|
||||||
|
-
|
||||||
|
- if (env['touch']):
|
||||||
+ env.ParseConfig('pkg-config xrender --cflags --libs')
|
+ env.ParseConfig('pkg-config xrender --cflags --libs')
|
||||||
+ env.ParseConfig('pkg-config xi --cflags --libs')
|
|
||||||
+ env.ParseConfig('pkg-config xext --cflags --libs')
|
+ env.ParseConfig('pkg-config xext --cflags --libs')
|
||||||
+ env.ParseConfig('pkg-config xfixes --cflags --libs')
|
+ env.ParseConfig('pkg-config xfixes --cflags --libs')
|
||||||
+ env.ParseConfig('pkg-config oslibGLU_combined --cflags')
|
|
||||||
+ env.ParseConfig('pkg-config glu --cflags --libs')
|
+ env.ParseConfig('pkg-config glu --cflags --libs')
|
||||||
+ env.ParseConfig('pkg-config zlib --cflags --libs')
|
+ env.ParseConfig('pkg-config zlib --cflags --libs')
|
||||||
|
+
|
||||||
if (env['builtin_openssl'] == 'no'):
|
+ if (env['touch']):
|
||||||
# Currently not compatible with OpenSSL 1.1.0+
|
x11_error = os.system("pkg-config xi --modversion > /dev/null ")
|
||||||
|
if (x11_error):
|
||||||
|
print("xi not found.. cannot build with touch. Aborting.")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user