diff options
author | Mihai Moldovan <ionic@ionic.de> | 2015-06-22 03:38:46 +0200 |
---|---|---|
committer | Mihai Moldovan <ionic@ionic.de> | 2015-06-22 03:38:46 +0200 |
commit | e7dfbd511d3b0a358f94b880f2212b74f9e42e70 (patch) | |
tree | e6c90fe083beebf5edfb6c226b8994bf644d1b70 /nx-X11/config/cf/X11.tmpl | |
parent | fb2a4e4c510a80630722834f2cf408f8b731b4ef (diff) | |
parent | 5365f9059a758984166edab6f6d75c7d640f0f88 (diff) | |
download | nx-libs-e7dfbd511d3b0a358f94b880f2212b74f9e42e70.tar.gz nx-libs-e7dfbd511d3b0a358f94b880f2212b74f9e42e70.tar.bz2 nx-libs-e7dfbd511d3b0a358f94b880f2212b74f9e42e70.zip |
Merge branch 'sunweaver-pr/libxf86rush-cleanup' into arctica-3.6.x
Attributes GH PR #42: https://github.com/ArcticaProject/nx-libs/pull/42
Diffstat (limited to 'nx-X11/config/cf/X11.tmpl')
-rw-r--r-- | nx-X11/config/cf/X11.tmpl | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/nx-X11/config/cf/X11.tmpl b/nx-X11/config/cf/X11.tmpl index 106293565..80edabe39 100644 --- a/nx-X11/config/cf/X11.tmpl +++ b/nx-X11/config/cf/X11.tmpl @@ -290,12 +290,6 @@ XORGRELSTRING = XorgManVersionString #ifndef BuildOSMesaLib #define BuildOSMesaLib BuildGlxExt #endif -#ifndef BuildXF86RushExt -#define BuildXF86RushExt NO -#endif -#ifndef BuildXF86RushLibrary -#define BuildXF86RushLibrary (BuildXF86RushExt && !BuildServersOnly) -#endif #ifndef BuildRender #define BuildRender YES #endif @@ -1411,30 +1405,6 @@ ProjectUnsharedLibReferences(XONLY,NX_X11,$(XLIBSRC),XBuildLibDir) #define ProfileLibXxf86dga NO #endif -#if BuildXF86RushLibrary -#ifndef SharedLibXxf86rush -#define SharedLibXxf86rush HasSharedLibraries -#endif -#ifndef NormalLibXxf86rush -#define NormalLibXxf86rush (!SharedLibXxf86rush || ForceNormalLib) -#endif -#ifndef DebugLibXxf86rush -#define DebugLibXxf86rush NO -#endif -#ifndef ProfileLibXxf86rush -#define ProfileLibXxf86rush NO -#endif -#else -#undef SharedLibXxf86rush -#define SharedLibXxf86rush NO -#undef NormalLibXxf86rush -#define NormalLibXxf86rush NO -#undef DebugLibXxf86rush -#define DebugLibXxf86rush NO -#undef ProfileLibXxf86rush -#define ProfileLibXxf86rush NO -#endif - #if BuildXineramaLibrary #ifndef SharedLibXinerama #define SharedLibXinerama HasSharedLibraries @@ -1587,16 +1557,6 @@ SharedLibReferences(XXF86DGA,NX_Xxf86dga,$(XXF86DGALIBSRC),SOXXF86DGAREV,SharedX ProjectUnsharedLibReferences(XXF86DGA,NX_Xxf86dga,$(XXF86DGALIBSRC),XBuildLibDir) #endif - XXF86RUSHLIBSRC = $(LIBSRC)/Xxf86rush -#if SharedLibXxf86rush -#ifndef SharedXxf86rushRev -#define SharedXxf86rushRev 1.0 -#endif -SharedLibReferences(XXF86RUSH,NX_Xxf86rush,$(XXF86RUSHLIBSRC),SOXXF86RUSHREV,SharedXxf86rushRev) -#else -ProjectUnsharedLibReferences(XXF86RUSH,NX_Xxf86rush,$(XXF86RUSHLIBSRC),XBuildLibDir) -#endif - XINERAMALIBSRC = $(LIBSRC)/Xinerama #if SharedLibXinerama #ifndef SharedXineramaRev |