Commit 0387e383 authored by Mike Gabriel's avatar Mike Gabriel

nx-libs.spec: SUSE hack for linking to files in libX11-6 and libXext6.

parent 1bc6c85e
...@@ -18,6 +18,7 @@ nx-libs (2:3.5.0.28-0x2go1) UNRELEASED; urgency=medium ...@@ -18,6 +18,7 @@ nx-libs (2:3.5.0.28-0x2go1) UNRELEASED; urgency=medium
nxcomp/VERSION to latest changes introduced by nxcomp/VERSION to latest changes introduced by
400_nxcomp-version.full+lite.patch. 400_nxcomp-version.full+lite.patch.
+ Additionally adapt to building on openSUSE/SLES. + Additionally adapt to building on openSUSE/SLES.
+ nx-libs.spec: SUSE hack for linking to files in libX11-6 and libXext6.
[ Nito Martinez ] [ Nito Martinez ]
* Add 400_nxcomp-version.full+lite.patch. Allow 4-digit version comparison * Add 400_nxcomp-version.full+lite.patch. Allow 4-digit version comparison
......
...@@ -46,6 +46,8 @@ BuildRequires: xorg-x11-libX11-devel ...@@ -46,6 +46,8 @@ BuildRequires: xorg-x11-libX11-devel
BuildRequires: xorg-x11-libfontenc-devel BuildRequires: xorg-x11-libfontenc-devel
%endif %endif
BuildRequires: xorg-x11-util-devel BuildRequires: xorg-x11-util-devel
# neededforbuild
Requires: libX11-6 libXext6
%endif %endif
%if 0%{?fedora_version} || 0%{?rhel_version} || 0%{?centos_version} %if 0%{?fedora_version} || 0%{?rhel_version} || 0%{?centos_version}
......
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