summary refs log tree commit diff
path: root/pkgs/development/tools/godot/pkg_config_additions.patch
blob: c4675322e2b3bd17e99756551e02f41731f19ed0 (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 osmesa --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+