|
@@ -1129,7 +1129,7 @@ if (COMPILER=="GCC"):
|
|
|
# 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 not PkgSkip("NVIDIACG") and not RUNTIME:
|
|
if not PkgSkip("NVIDIACG") and not RUNTIME:
|
|
|
SmartPkgEnable("CGGL", "", ("CgGL"), "Cg/cgGL.h", thirdparty_dir = "nvidiacg")
|
|
SmartPkgEnable("CGGL", "", ("CgGL"), "Cg/cgGL.h", thirdparty_dir = "nvidiacg")
|
|
|
- if not RUNTIME:
|
|
|
|
|
|
|
+ if not RUNTIME and GetTarget() != "android":
|
|
|
SmartPkgEnable("X11", "x11", "X11", ("X11", "X11/Xlib.h", "X11/XKBlib.h"))
|
|
SmartPkgEnable("X11", "x11", "X11", ("X11", "X11/Xlib.h", "X11/XKBlib.h"))
|
|
|
|
|
|
|
|
if GetHost() != "darwin":
|
|
if GetHost() != "darwin":
|