From: Ronan Le Martret Date: Wed, 29 Jan 2014 12:19:32 +0000 (+0100) Subject: libXinerama should not try to build into a pure wayland platform. X-Git-Tag: accepted/tizen/generic/20140213.074726^0 X-Git-Url: http://review.tizen.org/git/?p=platform%2Fupstream%2FlibXinerama.git;a=commitdiff_plain;h=refs%2Fheads%2Faccepted%2Ftizen_generic 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 --- 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