diff options
author | Mihai Moldovan <ionic@ionic.de> | 2015-05-12 06:07:45 +0200 |
---|---|---|
committer | Mihai Moldovan <ionic@ionic.de> | 2015-05-12 06:07:45 +0200 |
commit | f7295831a0dd1b52fb68e41dd9e84e0850524835 (patch) | |
tree | 228931919b826ec3d1eb10df549c26a952f3e0ee /nx-X11/lib/Imakefile | |
parent | b573cbba9416c8f87d7d399e383157ebd0446c8f (diff) | |
parent | 027f593fc78ea5bb53b1d6372aa7bf37e49e59f7 (diff) | |
download | nx-libs-f7295831a0dd1b52fb68e41dd9e84e0850524835.tar.gz nx-libs-f7295831a0dd1b52fb68e41dd9e84e0850524835.tar.bz2 nx-libs-f7295831a0dd1b52fb68e41dd9e84e0850524835.zip |
Merge branch 'sunweaver-pr/libxdamage-cleanup' into arctica-3.6.x
Attributes GH PR #18: https://github.com/ArcticaProject/nx-libs/pull/18
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) |