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