From: Ronan Le Martret Date: Wed, 29 Jan 2014 12:08:11 +0000 (+0100) Subject: libXres should not try to build into a pure wayland platform. X-Git-Tag: accepted/tizen/generic/20140213.074547^0 X-Git-Url: http://review.tizen.org/git/?p=platform%2Fupstream%2FlibXres.git;a=commitdiff_plain;h=ca5f0f20fb3f35f564ef2f81ffced4c6b04b3dcf libXres should not try to build into a pure wayland platform. 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: I2d73cfb6403f60533273f951782e75ea30d4ade8 Signed-off-by: Ronan Le Martret --- diff --git a/packaging/libXres.spec b/packaging/libXres.spec index ba4436c..8db6a32 100644 --- a/packaging/libXres.spec +++ b/packaging/libXres.spec @@ -1,3 +1,5 @@ +%bcond_with x + Name: libXres Version: 1.0.6 Release: 1 @@ -12,6 +14,10 @@ BuildRequires: pkgconfig(xext) BuildRequires: pkgconfig(xorg-macros) BuildRequires: pkgconfig(xproto) +%if !%{with x} +ExclusiveArch: +%endif + %description X-Resource is an extension that allows a client to query the X server about its usage of various resources.