From: Ronan Le Martret Date: Wed, 29 Jan 2014 12:04:18 +0000 (+0100) Subject: libXtst should not try to build into a pure wayland platform. X-Git-Tag: accepted/tizen/generic/20140213.074533^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F86%2F15886%2F3;p=platform%2Fupstream%2FlibXtst.git libXtst 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: If8bc71ce4f33bc3c301f7ab34559695bb84a8b56 Signed-off-by: Ronan Le Martret --- diff --git a/packaging/libXtst.spec b/packaging/libXtst.spec index 70b046c..92cda04 100644 --- a/packaging/libXtst.spec +++ b/packaging/libXtst.spec @@ -1,3 +1,5 @@ +%bcond_with x + Name: libXtst Version: 1.2.1 Release: 0 @@ -18,6 +20,10 @@ BuildRequires: pkgconfig(xextproto) >= 7.0.99.3 BuildRequires: pkgconfig(xi) BuildRequires: pkgconfig(xorg-macros) >= 1.12 +%if !%{with x} +ExclusiveArch: +%endif + %description The XTEST extension is a minimal set of client and server extensions required to completely test the X11 server with no user intervention.