From 6217812c8bf7a7806b776c6e2d28be082cd3e902 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Mon, 28 Dec 2015 19:09:42 +0100 Subject: library clean-up: Don't build libNX_Xfixes anymore. Use system's libXfixes shared library. --- nx-X11/lib/Imakefile | 5 ----- 1 file changed, 5 deletions(-) (limited to 'nx-X11/lib/Imakefile') 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) -- cgit v1.2.3