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/lib/Imakefile | |
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/lib/Imakefile')
-rw-r--r-- | nx-X11/lib/Imakefile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/nx-X11/lib/Imakefile b/nx-X11/lib/Imakefile index 638f2fef0..1799ae0b3 100644 --- a/nx-X11/lib/Imakefile +++ b/nx-X11/lib/Imakefile @@ -27,10 +27,6 @@ XF86VMLIBDIR = Xxf86vm XF86DGALIBDIR = Xxf86dga #endif -#if BuildXF86RushLibrary -XF86RUSHLIBDIR = Xxf86rush -#endif - #if BuildXineramaLibrary XINERAMADIR=Xinerama #endif @@ -51,7 +47,6 @@ XF86EXTLIBS = \ $(XF86MISCLIBDIR) \ $(XF86VMLIBDIR) \ $(XF86DGALIBDIR) \ - $(XF86RUSHLIBDIR) \ $(NULL) #if BuildXauLib @@ -80,7 +75,6 @@ LINTSUBDIRS = \ $(XF86MISCLIBDIR) \ $(XF86VMLIBDIR) \ $(XF86DGALIBDIR) \ - $(XF86RUSHLIBDIR) \ $(XTSTLIBDIR) \ $(XKBLIBDIR) \ $(XINERAMADIR) \ |