From ca5f0f20fb3f35f564ef2f81ffced4c6b04b3dcf Mon Sep 17 00:00:00 2001 From: Ronan Le Martret Date: Wed, 29 Jan 2014 13:08:11 +0100 Subject: [PATCH] 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 --- packaging/libXres.spec | 6 ++++++ 1 file changed, 6 insertions(+) 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. -- 2.7.4