From 378f868f4c62c122d52f69c70cf1b03787ef704f Mon Sep 17 00:00:00 2001 From: Ronan Le Martret Date: Wed, 29 Jan 2014 13:35:54 +0100 Subject: [PATCH] libXcursor 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: I8286cd850f3ee9be1d7d108ffc5181d16df6e7fe Signed-off-by: Ronan Le Martret --- packaging/libXcursor.spec | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/packaging/libXcursor.spec b/packaging/libXcursor.spec index 4ee3c85..c136d1c 100644 --- a/packaging/libXcursor.spec +++ b/packaging/libXcursor.spec @@ -1,3 +1,5 @@ +%bcond_with x + Name: libXcursor Version: 1.1.13 Release: 1 @@ -14,6 +16,10 @@ BuildRequires: pkgconfig(xorg-macros) BuildRequires: pkgconfig(xproto) BuildRequires: pkgconfig(xrender) +%if !%{with x} +ExclusiveArch: +%endif + %description This is a simple library designed to help locate and load cursors. Cursors can be loaded from files or memory. A library of common cursors -- 2.7.4