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