From: Ronan Le Martret Date: Wed, 29 Jan 2014 12:34:01 +0000 (+0100) Subject: libXdamage should not try to build into a pure wayland platform. X-Git-Tag: accepted/tizen/generic/20140213.074803^0 X-Git-Url: http://review.tizen.org/git/?p=platform%2Fupstream%2FlibXdamage.git;a=commitdiff_plain;h=f6f48dcd0ed2c672bd265bbae8a367604e0ac5b1 libXdamage 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: Iae1d2c3ef1d48841acefabd8f32cd79d1e958a86 Signed-off-by: Ronan Le Martret --- diff --git a/packaging/libXdamage.spec b/packaging/libXdamage.spec index 035a72b..b7e77cd 100644 --- a/packaging/libXdamage.spec +++ b/packaging/libXdamage.spec @@ -1,3 +1,5 @@ +%bcond_with x + Name: libXdamage Version: 1.1.3 Release: 3 @@ -13,6 +15,10 @@ BuildRequires: pkgconfig(xextproto) BuildRequires: pkgconfig(xfixes) BuildRequires: pkgconfig(xorg-macros) +%if !%{with x} +ExclusiveArch: +%endif + %description X.Org X11 libXdamage runtime library. @@ -29,7 +35,7 @@ X.Org X11 libXdamage development package. cp %{SOURCE1001} . %build -%configure --disable-static +%configure --disable-static make %{?_smp_mflags} %install