Browse Source

Fix for proper location of X11

rdb 16 years ago
parent
commit
1acc929b5a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      makepanda/makepanda.py

+ 1 - 1
makepanda/makepanda.py

@@ -443,7 +443,7 @@ if (COMPILER=="LINUX"):
         # CgGL is covered by the Cg framework, and we don't need X11 components on OSX
         if (PkgSkip("NVIDIACG")==0 and not RUNTIME):
             PkgEnable("CGGL",  "",      ("CgGL"), "Cg/cgGL.h")
-        PkgEnable("X11",   "x11", "X11", "Xlib.h")
+        PkgEnable("X11",   "x11", "X11", ("X11", "X11/Xlib.h"))
         if (not RUNTIME):
             PkgEnable("XF86DGA", "xxf86dga", "Xxf86dga", "X11/extensions/xf86dga.h")