mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-01 09:23:03 -04:00
CgGL is in the Cg framework on OSX
This commit is contained in:
parent
6a69219f13
commit
a76d9682b4
@ -386,7 +386,6 @@ if (COMPILER=="LINUX"):
|
||||
|
||||
# Name pkg-config libs, include(dir)s
|
||||
PkgEnable("ARTOOLKIT", "", ("AR"), "AR/ar.h")
|
||||
PkgEnable("CGGL", "", ("CgGL"), "Cg/cgGL.h", framework = "CgGL")
|
||||
PkgEnable("FCOLLADA", "", ("FCollada"), "FCollada.h")
|
||||
PkgEnable("FFMPEG", ffmpeg_libs, ffmpeg_libs, ffmpeg_libs)
|
||||
PkgEnable("FFTW", "", ("fftw", "rfftw"), ("fftw.h", "rfftw.h"))
|
||||
@ -411,7 +410,9 @@ if (COMPILER=="LINUX"):
|
||||
PkgEnable("NPAPI", "", (), ("xulrunner-*/stable", "xulrunner-*/stable/npapi.h"))
|
||||
PkgEnable("WX", tool = "wx-config")
|
||||
if (sys.platform != "darwin"):
|
||||
PkgEnable("X11", "x11", "X11", "Xlib.h")
|
||||
# CgGL is covered by the Cg framework, and we don't need X11 components on OSX
|
||||
PkgEnable("CGGL", "", ("CgGL"), "Cg/cgGL.h", framework = "CgGL")
|
||||
PkgEnable("X11", "x11", "X11", "Xlib.h")
|
||||
PkgEnable("XF86DGA", "xxf86dga", "Xxf86dga", "X11/extensions/xf86dga.h")
|
||||
|
||||
for pkg in MAYAVERSIONS:
|
||||
|
Loading…
x
Reference in New Issue
Block a user