summary refs log tree commit diff
path: root/pkgs/development/tools/godot/pkg_config_additions.patch
blob: 2302710ac7e4792cabec825a48f439d1a0931024 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
+++ build/platform/x11/detect.py
@@ -139,6 +139,10 @@
     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')
+    env.ParseConfig('pkg-config oslibGLU_combined --cflags')
+    env.ParseConfig('pkg-config glu --cflags --libs')
+    env.ParseConfig('pkg-config zlib --cflags --libs')

     if (env['builtin_openssl'] == 'no'):
         # Currently not compatible with OpenSSL 1.1.0+