From: Ronan Le Martret Date: Wed, 29 Jan 2014 10:19:06 +0000 (+0100) Subject: xkbutils should not try to build into a pure wayland platform. X-Git-Tag: accepted/tizen/mobile/20140225.043504 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a58a694f5b7b744f90547eb970173156bc814394;p=platform%2Fupstream%2Fxkbutils.git 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 --- 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.