diff options
| author | Mihai Moldovan <ionic@ionic.de> | 2017-12-15 08:10:32 +0100 |
|---|---|---|
| committer | Mihai Moldovan <ionic@ionic.de> | 2017-12-15 08:10:32 +0100 |
| commit | 8cf5b5b7c7bcaa8465bbde0cefade28b537fb763 (patch) | |
| tree | 988bf1ff7e2eb2088f2d898fdbd932ea2b9f0d99 | |
| parent | 1d301c517e613dbb7e14e8b5fe5552919366fc4e (diff) | |
| download | nx-libs-8cf5b5b7c7bcaa8465bbde0cefade28b537fb763.tar.gz nx-libs-8cf5b5b7c7bcaa8465bbde0cefade28b537fb763.tar.bz2 nx-libs-8cf5b5b7c7bcaa8465bbde0cefade28b537fb763.zip | |
nx-libs.spec: add back erroneously dropped xkeyboard-config dependency.
| -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 1d6d96dae..440e72c9c 100644 --- a/nx-libs.spec +++ b/nx-libs.spec @@ -314,6 +314,10 @@ Obsoletes: nxauth < 3.5.99.1 Requires: xorg-x11-font-utils %endif +# Should be a weak dependency, because this package +# works without the dependency. +Requires: xkeyboard-config + # For /usr/bin/xkbcomp %if 0%{?fedora} || 0%{?rhel} Requires: xorg-x11-xkb-utils |
