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