Commit a77ca871 authored by Mike Gabriel's avatar Mike Gabriel

fix for Xcursor clean-up (422fe907)

parent a20e77b7
......@@ -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)
......
......@@ -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)
......
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment