diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2014-10-13 14:28:04 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2014-10-13 14:28:04 +0200 |
commit | 370e56ec4a7d082a5af1613a2dac19c570b5211a (patch) | |
tree | a7b25abb7fa00d80c5cbf8d8a5a9a52da436eb55 | |
parent | 44b7138b3c6eb98e623f1048c668753260faa6a9 (diff) | |
download | nx-libs-370e56ec4a7d082a5af1613a2dac19c570b5211a.tar.gz nx-libs-370e56ec4a7d082a5af1613a2dac19c570b5211a.tar.bz2 nx-libs-370e56ec4a7d082a5af1613a2dac19c570b5211a.zip |
nx-libs.spec: minor dep fix
-rw-r--r-- | nx-libs.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nx-libs.spec b/nx-libs.spec index 5e36030f9..62824a527 100644 --- a/nx-libs.spec +++ b/nx-libs.spec @@ -479,6 +479,7 @@ Provides: nx%{?_isa} = %{version}-%{release} %if 0%{?suse_version} Requires: xorg-x11-fonts-core %endif +Requires: libNX_Xinerama%{?_isa} = %{version}-%{release} %description -n nxagent NX is a software suite which implements very efficient compression of @@ -524,7 +525,6 @@ 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 |