diff options
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 20c68f97e..f498baf04 100644 --- a/nx-X11/lib/Imakefile +++ b/nx-X11/lib/Imakefile @@ -27,10 +27,6 @@ RENDERLIBDIR = Xrender XFIXESLIBDIR = Xfixes #endif -#if BuildCompositeLibrary -COMPOSITELIBDIR = Xcomposite -#endif - #if BuildXauLib XAULIBDIR = Xau #endif @@ -59,7 +55,6 @@ LINTSUBDIRS = \ $(XINERAMADIR) \ $(RENDERLIBDIR) \ $(XFIXESLIBDIR) \ - $(COMPOSITELIBDIR) \ $(NULL) SUBDIRS = xtrans $(LINTSUBDIRS) |