mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
No X11 and XF86DGA on windows
This commit is contained in:
parent
46751b1cc4
commit
ad1f7371cd
@ -303,6 +303,8 @@ else:
|
||||
########################################################################
|
||||
|
||||
if (COMPILER=="MSVC"):
|
||||
PkgDisable("X11")
|
||||
PkgDisable("XF86DGA")
|
||||
if (PkgSkip("PYTHON")==0):
|
||||
IncDirectory("ALWAYS", SDK["PYTHON"] + "/include")
|
||||
LibDirectory("ALWAYS", SDK["PYTHON"] + "/libs")
|
||||
|
Loading…
x
Reference in New Issue
Block a user