From 8ea821160aa3a4382f71b6aa8e568079ed802b80 Mon Sep 17 00:00:00 2001 From: rdb Date: Tue, 2 Nov 2010 11:39:46 +0000 Subject: [PATCH] Forgot this --- makepanda/makepanda.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/makepanda/makepanda.py b/makepanda/makepanda.py index 0c70e62402..b6d3892d88 100755 --- a/makepanda/makepanda.py +++ b/makepanda/makepanda.py @@ -546,16 +546,16 @@ 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): SmartPkgEnable("CGGL", "", ("CgGL"), "Cg/cgGL.h") - SmartPkgEnable("X11", "x11", "X11", ("X11", "X11/Xlib.h")) if (not RUNTIME): + SmartPkgEnable("X11", "x11", "X11", ("X11", "X11/Xlib.h")) SmartPkgEnable("XRANDR", "xrandr", "Xrandr", "X11/extensions/Xrandr.h") SmartPkgEnable("XF86DGA", "xxf86dga", "Xxf86dga", "X11/extensions/xf86dga.h") if (RUNTIME): # For the runtime, all packages are required - for pkg in ["OPENSSL", "ZLIB", "NPAPI", "JPEG", "X11", "PNG"]: + for pkg in ["OPENSSL", "ZLIB", "NPAPI", "JPEG", "PNG"]: if (pkg in PkgListGet() and PkgSkip(pkg)==1): - exit("Runtime must be compiled with OpenSSL, ZLib, NPAPI, JPEG, X11 and PNG support!") + exit("Runtime must be compiled with OpenSSL, ZLib, NPAPI, JPEG and PNG support!") if (not RUNTIME and not LocateBinary("bison")): exit("Could not locate bison!")