diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2012-02-12 12:40:01 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2012-02-12 12:40:01 +0100 |
commit | b087877b25af2c3ed9cd405fd1c867c8817223e9 (patch) | |
tree | 9ea720645ebcf7d6f8a21a4571827657952d5a09 /debian/rules | |
parent | 4feedb2141805cd86c5f64aef206c40362dcc754 (diff) | |
download | nx-libs-b087877b25af2c3ed9cd405fd1c867c8817223e9.tar.gz nx-libs-b087877b25af2c3ed9cd405fd1c867c8817223e9.tar.bz2 nx-libs-b087877b25af2c3ed9cd405fd1c867c8817223e9.zip |
Xinerama path has to be put into debian/rules, that dpkg-shlibs can find the libXinerama files.
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
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 |