diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2015-06-25 05:37:03 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2016-04-20 16:17:26 +0200 |
commit | ebcb6a6e172bded13a13963ea03d279541978e8e (patch) | |
tree | 78ed57fea14b0fb86a5da16c89721b004e760bc3 /nx-X11/lib/Imakefile | |
parent | 5729783dbbbaaea835cad2f6621c822c69fe02ea (diff) | |
download | nx-libs-ebcb6a6e172bded13a13963ea03d279541978e8e.tar.gz nx-libs-ebcb6a6e172bded13a13963ea03d279541978e8e.tar.bz2 nx-libs-ebcb6a6e172bded13a13963ea03d279541978e8e.zip |
library-cleanup: Don't build libNX_Xrender anymore. Use system's libXrender 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 dbe4e4280..77f8882c0 100644 --- a/nx-X11/lib/Imakefile +++ b/nx-X11/lib/Imakefile @@ -15,10 +15,6 @@ NULL = XKBLIBDIR = xkbfile #endif -#if BuildRenderLibrary -RENDERLIBDIR = Xrender -#endif - #if BuildXauLib XAULIBDIR = Xau #endif @@ -43,7 +39,6 @@ LINTSUBDIRS = \ $(XEXTLIBDIR) \ $(XKBLIBDIR) \ $(XINERAMADIR) \ - $(RENDERLIBDIR) \ $(NULL) SUBDIRS = xtrans $(LINTSUBDIRS) |