This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch 3.6.x in repository nx-libs. commit a77ca871c6c1b0d6d866f95e4eb6e013f92e9627 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Tue Apr 21 15:28:25 2015 +0200 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(-) diff --git a/nx-X11/lib/Xcomposite/Imakefile b/nx-X11/lib/Xcomposite/Imakefile index a3b9414..0f3c44d 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 d0d767a..f6ad0d2 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 bbf88e1..3dc1bd9 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) -- Alioth's /srv/git/code.x2go.org/nx-libs.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/nx-libs.git