From: Ronan Le Martret Date: Wed, 29 Jan 2014 09:24:59 +0000 (+0100) Subject: xsetroot should not try to build into a pure wayland platform. X-Git-Tag: accepted/tizen/generic/20140212.175457^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F58%2F15858%2F3;p=platform%2Fupstream%2Fxsetroot.git xsetroot 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: Ic6e58f9374ca51841d8eabba60b7bb0b53b4156c Signed-off-by: Ronan Le Martret --- diff --git a/packaging/xsetroot.spec b/packaging/xsetroot.spec index 148915b..5800bac 100644 --- a/packaging/xsetroot.spec +++ b/packaging/xsetroot.spec @@ -1,3 +1,5 @@ +%bcond_with x + Name: xsetroot Version: 1.1.0 Release: 0 @@ -15,6 +17,10 @@ BuildRequires: pkgconfig(xmuu) BuildRequires: pkgconfig(xorg-macros) >= 1.8 # This was part of the xorg-x11 package up to version 7.6 +%if !%{with x} +ExclusiveArch: +%endif + %description The xsetroot program allows you to tailor the appearance of the background ("root") window on a workstation display running X.