diff options
Diffstat (limited to 'nx-libs.spec')
-rw-r--r-- | nx-libs.spec | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/nx-libs.spec b/nx-libs.spec index 9c49d6728..80e0c49ac 100644 --- a/nx-libs.spec +++ b/nx-libs.spec @@ -290,6 +290,20 @@ Obsoletes: nxauth < 3.5.99.1 Requires: xorg-x11-font-utils %endif +# For /usr/bin/xkbcomp +%if 0%{?fedora} || 0%{?rhel} +Requires: xorg-x11-xkb-utils +%else +%if 0%{?suse_version} +%if 0%{?suse_version} >= 1310 +Requires: xkbcomp +%else +# Older *SUSE versions bundle xkbcomp in xorg-x11. Ugly, but nothing we could change. +Requires: xorg-x11 +%endif +%endif +%endif + %description -n nxagent NX is a software suite which implements very efficient compression of the X11 protocol. This increases performance when using X |