diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2012-02-18 02:28:53 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2012-02-18 02:28:53 +0100 |
commit | ec47c22c264bd2f1d2ce6e434b503a701dc129f7 (patch) | |
tree | 4d4374fb12e27be7f93a3fd8ee5df0ca99e28b2b /debian | |
parent | 7a6cf42d4b47b9f33372470a35f2dfbfc95cfabe (diff) | |
download | nx-libs-ec47c22c264bd2f1d2ce6e434b503a701dc129f7.tar.gz nx-libs-ec47c22c264bd2f1d2ce6e434b503a701dc129f7.tar.bz2 nx-libs-ec47c22c264bd2f1d2ce6e434b503a701dc129f7.zip |
Fix Xinerama support in Debian package libnx-x11 when NX gets built with patch 600_nx-X11+nxcompext+nxcompshad_unique-libnames.full.patch. Still on the todo list: fix the nx-X11 installation via Makefile.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 3 | ||||
-rw-r--r-- | debian/libnx-x11.links | 4 |
2 files changed, 7 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 8148af07c..1e007bb2f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -24,6 +24,9 @@ nx-libs (2:3.5.0.11-0) UNRELEASED; urgency=low NX (redistributed). * Apply patches for the Debian package as the last patches in the series. * Fix faulty patch name suffix (has to be .patch, not .diff). + * Fix Xinerama support in Debian package libnx-x11 when NX gets built with + patch 600_nx-X11+nxcompext+nxcompshad_unique-libnames.full.patch. Still on + the todo list: fix the nx-X11 installation via Makefile. [ Jan Engelhardt ] * Update patch: 001_add-main-makefile.full+lite.patch, allow passing of diff --git a/debian/libnx-x11.links b/debian/libnx-x11.links new file mode 100644 index 000000000..67a1d2495 --- /dev/null +++ b/debian/libnx-x11.links @@ -0,0 +1,4 @@ +usr/lib/libX11.so.6 usr/lib/nx/X11/Xinerama/libNX_X11.so.6 +usr/lib/libXext.so.6 usr/lib/nx/X11/Xinerama/libNX_Xext.so.6 +usr/lib/nx/X11/Xinerama/libNX_Xinerama.so usr/lib/nx/X11/Xinerama/libXinerama.so +usr/lib/nx/X11/Xinerama/libNX_Xinerama.so.1 usr/lib/nx/X11/Xinerama/libXinerama.so.1 |