From 6851aca0085649bb5d2853341cffeb0fbba4c85c Mon Sep 17 00:00:00 2001 From: Ronan Le Martret Date: Wed, 29 Jan 2014 13:30:14 +0100 Subject: [PATCH] libXfixes 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: I0b9770182bf313077261446e2ab244b88bb15380 Signed-off-by: Ronan Le Martret --- packaging/libXfixes.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/packaging/libXfixes.spec b/packaging/libXfixes.spec index 372605e..a3a9542 100644 --- a/packaging/libXfixes.spec +++ b/packaging/libXfixes.spec @@ -1,3 +1,5 @@ +%bcond_with x + Name: libXfixes Version: 5.0 Release: 2 @@ -13,6 +15,10 @@ BuildRequires: pkgconfig(xext) BuildRequires: pkgconfig(xorg-macros) BuildRequires: pkgconfig(xproto) +%if !%{with x} +ExclusiveArch: +%endif + %description X Fixes library. @@ -30,7 +36,7 @@ libXfixes development package cp %{SOURCE1001} . %build -%configure --disable-static +%configure --disable-static make %{?_smp_mflags} %install -- 2.7.4