소스 검색

Fix for proper location of X11

rdb 16 년 전
부모
커밋
1acc929b5a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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")