From a77ca871c6c1b0d6d866f95e4eb6e013f92e9627 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Tue, 21 Apr 2015 15:28:25 +0200 Subject: fix for Xcursor clean-up (422fe90) --- nx-X11/lib/Xcomposite/Imakefile | 2 +- nx-X11/lib/Xdamage/Imakefile | 2 +- nx-X11/lib/Xfixes/Imakefile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'nx-X11') 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) -- cgit v1.2.3