summaryrefslogtreecommitdiff
path: root/xc/config/cf/X11.tmpl
diff options
context:
space:
mode:
authordaryll <daryll>2000-06-09 02:29:33 +0000
committerdaryll <daryll>2000-06-09 02:29:33 +0000
commitcc07bbc7e27656dc17fdb830f9d5dc1aa0169e30 (patch)
treef88d74713c9ca146f1e68d1aab0dc1e2bf2c5d21 /xc/config/cf/X11.tmpl
parent4b274a3060b167202592c2d892cd75057b729fdf (diff)
Merge the latest version of the trunk into my tdfx-2-0 branch.tdfx-2-0-20000608-merge
Diffstat (limited to 'xc/config/cf/X11.tmpl')
-rw-r--r--xc/config/cf/X11.tmpl5
1 files changed, 4 insertions, 1 deletions
diff --git a/xc/config/cf/X11.tmpl b/xc/config/cf/X11.tmpl
index 2e2fbf4cf..d55f6eb04 100644
--- a/xc/config/cf/X11.tmpl
+++ b/xc/config/cf/X11.tmpl
@@ -1422,7 +1422,7 @@ ProjectUnsharedLibReferences(XTHRSTUB,XThrStub,$(XTHRSTUBSRC),XBuildLibDir)
#define SharedLibGlx HasSharedLibraries
#endif
#ifndef NormalLibGlx
-#define NormalLibGlx YES
+#define NormalLibGlx (!SharedLibX11 | ForceNormalLib)
#endif
#ifndef DebugLibGlx
#define DebugLibGlx NO
@@ -1430,6 +1430,9 @@ ProjectUnsharedLibReferences(XTHRSTUB,XThrStub,$(XTHRSTUBSRC),XBuildLibDir)
#ifndef ProfileLibGlx
#define ProfileLibGlx NO
#endif
+#ifndef LinkGLToUsrLib
+#define LinkGLToUsrLib NO
+#endif
#endif
#ifndef SharedLibXext