diff options
Diffstat (limited to 'nx-X11/lib/Xfixes')
-rw-r--r-- | nx-X11/lib/Xfixes/Imakefile | 2 |
1 files changed, 1 insertions, 1 deletions
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) |