diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2015-05-27 10:20:29 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2015-09-28 07:53:07 +0200 |
commit | fe0065c5511d3e5449f9373dab99b7fb33697863 (patch) | |
tree | ae03a63aa345a2c093e35449f3e4e7f601897e54 /nx-X11/lib/Imakefile | |
parent | 018c512932c7cb7963b3717226101238c03ad44a (diff) | |
download | nx-libs-fe0065c5511d3e5449f9373dab99b7fb33697863.tar.gz nx-libs-fe0065c5511d3e5449f9373dab99b7fb33697863.tar.bz2 nx-libs-fe0065c5511d3e5449f9373dab99b7fb33697863.zip |
library clean-up: Drop nx-X11/lib/Xxf86rush and references to libglide{2,3}. Unused in nx-libs.
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) \ |