The branch, master has been updated via 72efbcab4c5eaf5bdcd9038554b028d14b02a219 (commit) from 8fed94d5b710e919761c7396414e1c7417e5cf01 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 72efbcab4c5eaf5bdcd9038554b028d14b02a219 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Mon Nov 21 22:23:13 2011 +0100 programms/Xserver/Imakefile: use /usr/lib/nx as search path for libXcomp* libraries. ----------------------------------------------------------------------- Summary of changes: debian/changelog | 2 ++ programs/Xserver/Imakefile | 2 +- 2 files changed, 3 insertions(+), 1 deletions(-) The diff of changes is: diff --git a/debian/changelog b/debian/changelog index a3528c2..f691d0c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -17,6 +17,8 @@ x2goagent (3.5.0.5-0~x2go1) UNRELEASED; urgency=low script. * Remove xorg-dev, xutils-dev from build dependencies. * lib/X11/Imakefile: use /usr/lib/nx as search path for libXcomp* libraries. + * programms/Xserver/Imakefile: use /usr/lib/nx as search path for libXcomp* + libraries. -- Oleksandr Shneyder <oleksandr.shneyder@treuchtlingen.de> Tue, 04 Oct 2011 08:11:22 +0200 diff --git a/programs/Xserver/Imakefile b/programs/Xserver/Imakefile index cf2ae95..fa03077 100644 --- a/programs/Xserver/Imakefile +++ b/programs/Xserver/Imakefile @@ -1032,7 +1032,7 @@ NX_XSHADOWLIBNAME = cygXcompshad.dll NX_XSHADOWLIBNAME = libXcompshad.so #endif -NX_XSHADOWLIBDIR = /usr/lib +NX_XSHADOWLIBDIR = /usr/lib/nx NX_XSHADOWLIBTARGET = $(NX_XSHADOWLIBDIR)/$(NX_XSHADOWLIBNAME) NX_XSHADOWCONFIGTARGET = $(NX_XSHADOWLIBDIR)/config.status hooks/post-receive -- x2goagent.git (X2go (NX-like) Agent) This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "x2goagent.git" (X2go (NX-like) Agent).