diff options
-rw-r--r-- | nx-X11/lib/Xcomposite/Imakefile | 2 | ||||
-rw-r--r-- | nx-X11/lib/Xdamage/Imakefile | 2 | ||||
-rw-r--r-- | nx-X11/lib/Xfixes/Imakefile | 2 |
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) |