aboutsummaryrefslogtreecommitdiff
path: root/nxcompshad
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2015-04-27 16:08:06 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2015-05-01 15:46:01 +0200
commit06aa41671963dac9fa4bf84a8fc996a5360c94b0 (patch)
tree750cf2a9f449589f4345d23e688742811a11a89d /nxcompshad
parentdba779d9f99ab2fc6bf05c78515dbdd82840cadd (diff)
downloadnx-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 'nxcompshad')
-rw-r--r--nxcompshad/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/nxcompshad/Makefile.in b/nxcompshad/Makefile.in
index e4ddd7bd4..1480e5ea8 100644
--- a/nxcompshad/Makefile.in
+++ b/nxcompshad/Makefile.in
@@ -148,7 +148,7 @@ all: depend $(LIBARCHIVE) $(LIBDLL)
else
-EXTRALIBS = -lNX_Xext -lNX_Xtst -lNX_Xrandr -lNX_Xdamage
+EXTRALIBS = -lNX_Xext -lNX_Xtst -lNX_Xrandr -lXdamage
all: depend $(LIBFULL) $(LIBLOAD) $(LIBSHARED) $(LIBARCHIVE)