From a723241835e91aa2106bc2265b1f971f40b467b8 Mon Sep 17 00:00:00 2001 From: Ronan Le Martret Date: Wed, 29 Jan 2014 13:37:40 +0100 Subject: [PATCH] libXcomposite 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: I3ddecac0f2c2da2f20e7a415fe1d1098705aad65 Signed-off-by: Ronan Le Martret --- packaging/libXcomposite.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/packaging/libXcomposite.spec b/packaging/libXcomposite.spec index 20b7183..00de167 100644 --- a/packaging/libXcomposite.spec +++ b/packaging/libXcomposite.spec @@ -1,3 +1,5 @@ +%bcond_with x + Name: libXcomposite Version: 0.4.3 Release: 3 @@ -14,6 +16,10 @@ BuildRequires: pkgconfig(xext) BuildRequires: pkgconfig(xfixes) BuildRequires: pkgconfig(xorg-macros) +%if !%{with x} +ExclusiveArch: +%endif + %description X Composite Extension library @@ -45,7 +51,7 @@ make %{?_smp_mflags} %files %manifest %{name}.manifest %defattr(-,root,root,-) -%license COPYING +%license COPYING %{_libdir}/libXcomposite.so.1 %{_libdir}/libXcomposite.so.1.0.0 -- 2.7.4