diff options
author | Mihai Moldovan <ionic@ionic.de> | 2015-07-17 18:13:00 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2015-09-28 07:53:07 +0200 |
commit | 9b126b8526e78af89dc13f5d45dd7e04c427abb4 (patch) | |
tree | 0568f938fa7a9fb8e6a49f6220351e718a61ec04 /nx-libs.spec | |
parent | 3a1226ea655eb8f540e4e36795aaca6cb1f2bc5f (diff) | |
download | nx-libs-9b126b8526e78af89dc13f5d45dd7e04c427abb4.tar.gz nx-libs-9b126b8526e78af89dc13f5d45dd7e04c427abb4.tar.bz2 nx-libs-9b126b8526e78af89dc13f5d45dd7e04c427abb4.zip |
nx-libs.spec: add xkeyboard-config to nxagent's Requires.
Should be a weak dependency, but RPM doesn't support that too well yet.
Cherry-picked from 3.5.0.x branch.
Diffstat (limited to 'nx-libs.spec')
-rw-r--r-- | nx-libs.spec | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/nx-libs.spec b/nx-libs.spec index f3bda3f80..01d5d9464 100644 --- a/nx-libs.spec +++ b/nx-libs.spec @@ -491,6 +491,10 @@ Provides: nx%{?_isa} = %{version}-%{release} Requires: xorg-x11-fonts-core %endif +# Should be a weak dependency, because this package +# works without the dependency. +Requires: xkeyboard-config + %description -n nxagent NX is a software suite which implements very efficient compression of the X11 protocol. This increases performance when using X |