Commit 5f2a5ac8 authored by Mihai Moldovan's avatar Mihai Moldovan

debian/control: workaround missing dependencies of nxagent on Ubuntu for now.

parent 6b9df6ca
...@@ -142,6 +142,8 @@ nx-libs (2:3.5.0.32-0x2go1) UNRELEASED; urgency=low ...@@ -142,6 +142,8 @@ nx-libs (2:3.5.0.32-0x2go1) UNRELEASED; urgency=low
Backported from Arctica GH 3.6.x branch. Backported from Arctica GH 3.6.x branch.
* nx-libs.spec: actually create libXinerama.so.1 symlink during build phase. * nx-libs.spec: actually create libXinerama.so.1 symlink during build phase.
Backported from Arctica GH 3.6.x branch. Backported from Arctica GH 3.6.x branch.
* debian/control: workaround missing dependencies of nxagent on Ubuntu for
now.
[ Bernard Cafarelli ] [ Bernard Cafarelli ]
* nx-X11: link to libdl to fix undefined references to 'dlopen' and 'dlsym'. * nx-X11: link to libdl to fix undefined references to 'dlopen' and 'dlsym'.
......
...@@ -998,6 +998,12 @@ Package: nxagent ...@@ -998,6 +998,12 @@ Package: nxagent
Architecture: any Architecture: any
Multi-Arch: foreign Multi-Arch: foreign
Depends: Depends:
# <Workaround> for missing dependencies on Ubuntu.
libnx-xdamage1 (>= ${source:Version}), libnx-xdamage1 (<< ${source:Version}.1),
libnx-xinerama1 (>= ${source:Version}), libnx-xinerama1 (<< ${source:Version}.1),
libnx-xrandr2 (>= ${source:Version}), libnx-xrandr2 (<< ${source:Version}.1),
libnx-xtst6 (>= ${source:Version}), libnx-xtst6 (<< ${source:Version}.1),
# </Workaround>
${shlibs:Depends}, ${shlibs:Depends},
${misc:Depends}, ${misc:Depends},
Recommends: Recommends:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment