summaryrefslogtreecommitdiff
path: root/xc/config/cf/X11.tmpl
diff options
context:
space:
mode:
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