From 3c9530a2b8567ceb5710da19963a8797b81f6352 Mon Sep 17 00:00:00 2001 From: Ronan Le Martret Date: Wed, 29 Jan 2014 11:22:53 +0100 Subject: [PATCH] xkbevd 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: Iebea3f574e4d416a62fbfd3bcd702a374b162708 Signed-off-by: Ronan Le Martret --- packaging/xkbevd.spec | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/packaging/xkbevd.spec b/packaging/xkbevd.spec index 9e566e6..b3f87c2 100644 --- a/packaging/xkbevd.spec +++ b/packaging/xkbevd.spec @@ -1,3 +1,5 @@ +%bcond_with x + Name: xkbevd Version: 1.1.3 Release: 1 @@ -13,6 +15,10 @@ BuildRequires: pkgconfig(x11) BuildRequires: pkgconfig(xkbfile) BuildRequires: pkgconfig(xorg-macros) >= 1.8 +%if !%{with x} +ExclusiveArch: +%endif + %description The xkbevd event daemon listens for specified XKB events and executes requested commands if they occur. The configuration file consists of -- 2.7.4