Fix for proper location of X11

This commit is contained in:
rdb 2009-10-29 07:05:37 +00:00
parent 5895933fb5
commit 1acc929b5a

View File

@ -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")