summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRonan Le Martret <ronan@fridu.net>2014-01-29 11:24:38 +0100
committerronan(Eurogiciel) Le Martret <ronan.lemartret@open.eurogiciel.org>2014-02-06 04:33:50 -0800
commit6713ea36edc23a8fab612eca83205e227a3cf5fe (patch)
tree0dd761d7e1e909f4070bab012713c8d4927a1a23
parent6d249b33d66d53d9cbb7a6560ff8abd9fcd411da (diff)
downloadxkbcomp-accepted/tizen/generic.tar.gz
xkbcomp-accepted/tizen/generic.tar.bz2
xkbcomp-accepted/tizen/generic.zip
This package is designed for an X server platform. In a system released, based exclusively on Wayland platform, it should be in a excluded status. Tizen devel | Tizen release _____________|______________ succeeded | succeeded excluded | excluded broken | failed | unresolvable | blocked | locked | note: - The disabled status is only allowed for OBS administration. Change-Id: I93876ea49781b5a45879570a1bfce36bdd1e9e10 Signed-off-by: Ronan Le Martret <ronan@fridu.net>
-rw-r--r--packaging/xkbcomp.spec6
1 files changed, 6 insertions, 0 deletions
diff --git a/packaging/xkbcomp.spec b/packaging/xkbcomp.spec
index 20ebfdb..b454932 100644
--- a/packaging/xkbcomp.spec
+++ b/packaging/xkbcomp.spec
@@ -1,3 +1,5 @@
+%bcond_with x
+
Name: xkbcomp
Version: 1.2.4
Release: 1
@@ -14,6 +16,10 @@ BuildRequires: pkgconfig(xkbfile)
BuildRequires: pkgconfig(xorg-macros) >= 1.8
BuildRequires: pkgconfig(xproto) >= 7.0.17
+%if !%{with x}
+ExclusiveArch:
+%endif
+
%description
The xkbcomp keymap compiler converts a description of an XKB keymap
into one of several output formats.