summary refs log tree commit diff
path: root/pkgs/development/python-modules/pybullet/static-libs.patch
blob: 8b58e3659e05de234ac3d63e7762e9f244a73176 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/setup.py b/setup.py
index 6f7bd7589..321fc6ab0 100644
--- a/setup.py
+++ b/setup.py
@@ -465,6 +465,8 @@ print("-----")
 
 extensions = []
 
+libraries += [ "X11", "GL" ] # statically link x11 and opengl
+
 pybullet_ext = Extension(
     "pybullet",
     sources=sources,