diff options
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | nx-libs.spec | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index ec78e3a6f..30bba86b9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -18,6 +18,7 @@ nx-libs (2:3.5.0.28-0x2go1) UNRELEASED; urgency=medium nxcomp/VERSION to latest changes introduced by 400_nxcomp-version.full+lite.patch. + Additionally adapt to building on openSUSE/SLES. + + nx-libs.spec: SUSE hack for linking to files in libX11-6 and libXext6. [ Nito Martinez ] * Add 400_nxcomp-version.full+lite.patch. Allow 4-digit version comparison diff --git a/nx-libs.spec b/nx-libs.spec index 007581faa..b271ae201 100644 --- a/nx-libs.spec +++ b/nx-libs.spec @@ -46,6 +46,8 @@ BuildRequires: xorg-x11-libX11-devel BuildRequires: xorg-x11-libfontenc-devel %endif BuildRequires: xorg-x11-util-devel +# neededforbuild +Requires: libX11-6 libXext6 %endif %if 0%{?fedora_version} || 0%{?rhel_version} || 0%{?centos_version} |