diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2014-10-13 14:26:57 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2014-10-13 14:26:57 +0200 |
commit | 44b7138b3c6eb98e623f1048c668753260faa6a9 (patch) | |
tree | c0c5797754038ba4f2742162c7d624574a79dd2e /nx-libs.spec | |
parent | ef4a6c8451eadd18db3cd1ba4b28b959ba0c60d7 (diff) | |
download | nx-libs-44b7138b3c6eb98e623f1048c668753260faa6a9.tar.gz nx-libs-44b7138b3c6eb98e623f1048c668753260faa6a9.tar.bz2 nx-libs-44b7138b3c6eb98e623f1048c668753260faa6a9.zip |
nx-libs.spec: Fix Xinerama deps for SUSE builds.
Diffstat (limited to 'nx-libs.spec')
-rw-r--r-- | nx-libs.spec | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/nx-libs.spec b/nx-libs.spec index a8d5d22ea..5e36030f9 100644 --- a/nx-libs.spec +++ b/nx-libs.spec @@ -281,7 +281,11 @@ various limitations in the core protocol. Group: System Environment/Libraries Summary: Xinerama extension to the NX Protocol Requires: %{name}%{?_isa} = %{version}-%{release} +%if 0%{?suse_version} +Requires: libX11-6%{?_isa} +%else Requires: libX11%{?_isa} +%fi Requires: libXext%{?_isa} %description -n libNX_Xinerama @@ -520,6 +524,7 @@ This package provides the NX proxy (client) binary. Group: Applications/System Summary: X2Go Agent Requires: nxagent +Requires: libNX_Xinerama%{?_isa} = %{version}-%{release} %description -n x2goagent X2Go Agent functionality has been completely incorporated into |