From b087877b25af2c3ed9cd405fd1c867c8817223e9 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Sun, 12 Feb 2012 12:40:01 +0100 Subject: Xinerama path has to be put into debian/rules, that dpkg-shlibs can find the libXinerama files. --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 116aafbed..520ed1abf 100755 --- a/debian/rules +++ b/debian/rules @@ -9,7 +9,7 @@ else endif %: - LD_LIBRARY_PATH=`pwd`/debian/libnx-x11/usr/lib/nx/X11:$$LD_LIBRARY_PATH dh $@ --with quilt + LD_LIBRARY_PATH=`pwd`/debian/libnx-x11/usr/lib/nx/X11:`pwd`/debian/libnx-x11/usr/lib/nx/X11/Xinerama:$$LD_LIBRARY_PATH dh $@ --with quilt override_dh_auto_clean: rm -Rf nx-X11/.build-exports -- cgit v1.2.3