summary refs log tree commit diff
path: root/pkgs/development/tools/godot/pkg_config_additions.patch
blob: 286372f060ae727e701b5a026e2bad50787c5511 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
+++ b/platform/x11/detect.py
@@ -142,6 +142,11 @@
     env.ParseConfig('pkg-config xcursor --cflags --libs')
     env.ParseConfig('pkg-config xinerama --cflags --libs')
     env.ParseConfig('pkg-config xrandr --cflags --libs')
+    env.ParseConfig('pkg-config xrender --cflags --libs')
+    env.ParseConfig('pkg-config xext --cflags --libs')
+    env.ParseConfig('pkg-config xfixes --cflags --libs')
+    env.ParseConfig('pkg-config glu --cflags --libs')
+    env.ParseConfig('pkg-config zlib --cflags --libs')
 
     if (env['touch']):
         x11_error = os.system("pkg-config xi --modversion > /dev/null ")