aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2015-04-21 15:28:25 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2015-04-21 21:38:14 +0200
commita77ca871c6c1b0d6d866f95e4eb6e013f92e9627 (patch)
treeca98448666855f0cd1d34926fb3e28001a0acfc0
parenta20e77b7cc5eaa8565344ce19d797f2d994cecce (diff)
downloadnx-libs-a77ca871c6c1b0d6d866f95e4eb6e013f92e9627.tar.gz
nx-libs-a77ca871c6c1b0d6d866f95e4eb6e013f92e9627.tar.bz2
nx-libs-a77ca871c6c1b0d6d866f95e4eb6e013f92e9627.zip
fix for Xcursor clean-up (422fe90)
-rw-r--r--nx-X11/lib/Xcomposite/Imakefile2
-rw-r--r--nx-X11/lib/Xdamage/Imakefile2
-rw-r--r--nx-X11/lib/Xfixes/Imakefile2
3 files changed, 3 insertions, 3 deletions
diff --git a/nx-X11/lib/Xcomposite/Imakefile b/nx-X11/lib/Xcomposite/Imakefile
index a3b94145c..0f3c44da4 100644
--- a/nx-X11/lib/Xcomposite/Imakefile
+++ b/nx-X11/lib/Xcomposite/Imakefile
@@ -59,7 +59,7 @@ all:: xcomposite.pc
xcomposite.pc: xcomposite.pc.in
RemoveFile($@)
- sh ../Xcursor/config-subst $(SUBSTVARS) < xcomposite.pc.in > $@
+ sh ../Xrender/config-subst $(SUBSTVARS) < xcomposite.pc.in > $@
InstallNonExecFile(xcomposite.pc,$(USRLIBDIR)/pkgconfig)
diff --git a/nx-X11/lib/Xdamage/Imakefile b/nx-X11/lib/Xdamage/Imakefile
index d0d767a20..f6ad0d22b 100644
--- a/nx-X11/lib/Xdamage/Imakefile
+++ b/nx-X11/lib/Xdamage/Imakefile
@@ -59,7 +59,7 @@ all:: xdamage.pc
xdamage.pc: xdamage.pc.in
RemoveFile($@)
- sh ../Xcursor/config-subst $(SUBSTVARS) < xdamage.pc.in > $@
+ sh ../Xrender/config-subst $(SUBSTVARS) < xdamage.pc.in > $@
InstallNonExecFile(xdamage.pc,$(USRLIBDIR)/pkgconfig)
diff --git a/nx-X11/lib/Xfixes/Imakefile b/nx-X11/lib/Xfixes/Imakefile
index bbf88e1d0..3dc1bd983 100644
--- a/nx-X11/lib/Xfixes/Imakefile
+++ b/nx-X11/lib/Xfixes/Imakefile
@@ -66,7 +66,7 @@ all:: xfixes.pc
xfixes.pc: xfixes.pc.in
RemoveFile($@)
- sh ../Xcursor/config-subst $(SUBSTVARS) < xfixes.pc.in > $@
+ sh ../Xrender/config-subst $(SUBSTVARS) < xfixes.pc.in > $@
InstallNonExecFile(xfixes.pc,$(USRLIBDIR)/pkgconfig)