mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 09:52:27 -04:00
Fix for proper location of X11
This commit is contained in:
parent
5895933fb5
commit
1acc929b5a
@ -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")
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user