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-06-21 10:54:24 +0200 |
commit | 5365f9059a758984166edab6f6d75c7d640f0f88 (patch) | |
tree | e6c90fe083beebf5edfb6c226b8994bf644d1b70 /nx-X11/lib/Imakefile | |
parent | fb2a4e4c510a80630722834f2cf408f8b731b4ef (diff) | |
download | nx-libs-5365f9059a758984166edab6f6d75c7d640f0f88.tar.gz nx-libs-5365f9059a758984166edab6f6d75c7d640f0f88.tar.bz2 nx-libs-5365f9059a758984166edab6f6d75c7d640f0f88.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) \ |