From 2d298a0392ac3f707f5085539fdb650a62ae6149 Mon Sep 17 00:00:00 2001 From: Ronan Le Martret Date: Wed, 29 Jan 2014 13:19:32 +0100 Subject: [PATCH] libXinerama 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: Iaf65c52168503c43b3915dc79eb1d1699fb02639 Signed-off-by: Ronan Le Martret --- packaging/libXinerama.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/packaging/libXinerama.spec b/packaging/libXinerama.spec index 0fb6933..74b55a8 100644 --- a/packaging/libXinerama.spec +++ b/packaging/libXinerama.spec @@ -1,3 +1,5 @@ +%bcond_with x + Name: libXinerama Version: 1.1.2 Release: 1 @@ -15,6 +17,10 @@ BuildRequires: pkgconfig(xineramaproto) BuildRequires: pkgconfig(xorg-macros) BuildRequires: pkgconfig(xproto) +%if !%{with x} +ExclusiveArch: +%endif + %description X.Org X11 libXinerama runtime library @@ -32,7 +38,7 @@ cp %{SOURCE1001} . %build -%configure --disable-static +%configure --disable-static make %{?_smp_mflags} %install -- 2.7.4