Commit 44b7138b authored by Mike Gabriel's avatar Mike Gabriel

nx-libs.spec: Fix Xinerama deps for SUSE builds.

parent ef4a6c84
...@@ -281,7 +281,11 @@ various limitations in the core protocol. ...@@ -281,7 +281,11 @@ various limitations in the core protocol.
Group: System Environment/Libraries Group: System Environment/Libraries
Summary: Xinerama extension to the NX Protocol Summary: Xinerama extension to the NX Protocol
Requires: %{name}%{?_isa} = %{version}-%{release} Requires: %{name}%{?_isa} = %{version}-%{release}
%if 0%{?suse_version}
Requires: libX11-6%{?_isa}
%else
Requires: libX11%{?_isa} Requires: libX11%{?_isa}
%fi
Requires: libXext%{?_isa} Requires: libXext%{?_isa}
%description -n libNX_Xinerama %description -n libNX_Xinerama
...@@ -520,6 +524,7 @@ This package provides the NX proxy (client) binary. ...@@ -520,6 +524,7 @@ This package provides the NX proxy (client) binary.
Group: Applications/System Group: Applications/System
Summary: X2Go Agent Summary: X2Go Agent
Requires: nxagent Requires: nxagent
Requires: libNX_Xinerama%{?_isa} = %{version}-%{release}
%description -n x2goagent %description -n x2goagent
X2Go Agent functionality has been completely incorporated into X2Go Agent functionality has been completely incorporated into
......
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