diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2015-12-28 19:09:42 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2015-12-28 20:16:14 +0100 |
commit | 6217812c8bf7a7806b776c6e2d28be082cd3e902 (patch) | |
tree | 09e5c9e296aa4f34064dc6ba80a1939adffd4856 /nx-X11/lib/Imakefile | |
parent | 27e06a5e2999e4c68d0292c3f4213c956625593d (diff) | |
download | nx-libs-6217812c8bf7a7806b776c6e2d28be082cd3e902.tar.gz nx-libs-6217812c8bf7a7806b776c6e2d28be082cd3e902.tar.bz2 nx-libs-6217812c8bf7a7806b776c6e2d28be082cd3e902.zip |
library clean-up: Don't build libNX_Xfixes anymore. Use system's libXfixes shared library.
Diffstat (limited to 'nx-X11/lib/Imakefile')
-rw-r--r-- | nx-X11/lib/Imakefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/nx-X11/lib/Imakefile b/nx-X11/lib/Imakefile index f498baf04..7cfffa6d9 100644 --- a/nx-X11/lib/Imakefile +++ b/nx-X11/lib/Imakefile @@ -23,10 +23,6 @@ XINERAMADIR=Xinerama RENDERLIBDIR = Xrender #endif -#if BuildXfixesLibrary -XFIXESLIBDIR = Xfixes -#endif - #if BuildXauLib XAULIBDIR = Xau #endif @@ -54,7 +50,6 @@ LINTSUBDIRS = \ $(XKBLIBDIR) \ $(XINERAMADIR) \ $(RENDERLIBDIR) \ - $(XFIXESLIBDIR) \ $(NULL) SUBDIRS = xtrans $(LINTSUBDIRS) |