diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2015-04-27 16:08:06 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2015-05-01 15:46:01 +0200 |
commit | 06aa41671963dac9fa4bf84a8fc996a5360c94b0 (patch) | |
tree | 750cf2a9f449589f4345d23e688742811a11a89d /nx-X11/lib/Imakefile | |
parent | dba779d9f99ab2fc6bf05c78515dbdd82840cadd (diff) | |
download | nx-libs-06aa41671963dac9fa4bf84a8fc996a5360c94b0.tar.gz nx-libs-06aa41671963dac9fa4bf84a8fc996a5360c94b0.tar.bz2 nx-libs-06aa41671963dac9fa4bf84a8fc996a5360c94b0.zip |
library clean-up: Don't build libNX_Xdamage anymore. Use system's libXdamage shared library. (Fixes ArcticaProject/nx-libs#6, X2GoBTS#826).
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 aa780877b..13dc8ac73 100644 --- a/nx-X11/lib/Imakefile +++ b/nx-X11/lib/Imakefile @@ -59,10 +59,6 @@ RANDRLIBDIR = Xrandr XFIXESLIBDIR = Xfixes #endif -#if BuildDamageLibrary -DAMAGELIBDIR = Xdamage -#endif - #if BuildCompositeLibrary COMPOSITELIBDIR = Xcomposite #endif @@ -110,7 +106,6 @@ LINTSUBDIRS = \ $(RANDRLIBDIR) \ $(XRESLIBDIR) \ $(XFIXESLIBDIR) \ - $(DAMAGELIBDIR) \ $(COMPOSITELIBDIR) \ $(NULL) |