From 8af8be009664eb1fb5179833b8b22b8dea5ce4c8 Mon Sep 17 00:00:00 2001 From: Ronan Le Martret Date: Wed, 29 Jan 2014 11:19:06 +0100 Subject: [PATCH] xkbutils should not try to build into a pure wayland platform. 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: I586aa9024813a7858a40d8cadae45d5a6d1a2598 Signed-off-by: Ronan Le Martret --- packaging/xkbutils.spec | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/packaging/xkbutils.spec b/packaging/xkbutils.spec index 80d0d36..8faf3df 100644 --- a/packaging/xkbutils.spec +++ b/packaging/xkbutils.spec @@ -1,3 +1,5 @@ +%bcond_with x + Name: xkbutils Version: 1.0.3 Release: 0 @@ -15,6 +17,10 @@ BuildRequires: pkgconfig(xorg-macros) >= 1.8 BuildRequires: pkgconfig(xproto) BuildRequires: pkgconfig(xt) +%if !%{with x} +ExclusiveArch: +%endif + %description xkbutils is a collection of small utilities utilizing the XKeyboard (XKB) extension to the X11 protocol. -- 2.7.4