diff options
author | Mihai Moldovan <ionic@ionic.de> | 2015-07-17 18:13:00 +0200 |
---|---|---|
committer | Mihai Moldovan <ionic@ionic.de> | 2015-07-17 19:46:50 +0200 |
commit | edeb4e196d3ac084a1429b27b6ef87403073ee8c (patch) | |
tree | ef29ab5aa5d289c407a970dffc46b1e2ddec5385 /nx-libs.spec | |
parent | 813d0cf137aa34d159342de5c6c3055c8d1fc984 (diff) | |
download | nx-libs-edeb4e196d3ac084a1429b27b6ef87403073ee8c.tar.gz nx-libs-edeb4e196d3ac084a1429b27b6ef87403073ee8c.tar.bz2 nx-libs-edeb4e196d3ac084a1429b27b6ef87403073ee8c.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 |