From 1d7f6b19440201aa7ae64bcc5bb910d3eb1806c0 Mon Sep 17 00:00:00 2001 From: Ronan Le Martret Date: Wed, 29 Jan 2014 13:41:39 +0100 Subject: [PATCH] libXScrnSaver 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: I0e1a09e2d4740ce038c530c29d907eac8f7b0a15 Signed-off-by: Ronan Le Martret --- packaging/libXScrnSaver.spec | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/packaging/libXScrnSaver.spec b/packaging/libXScrnSaver.spec index d55d1ab..9b7352c 100644 --- a/packaging/libXScrnSaver.spec +++ b/packaging/libXScrnSaver.spec @@ -1,3 +1,5 @@ +%bcond_with x + Name: libXScrnSaver %define lname libXss Version: 1.2.2 @@ -20,6 +22,10 @@ BuildRequires: pkgconfig(xext) BuildRequires: pkgconfig(xextproto) BuildRequires: pkgconfig(xorg-macros) >= 1.8 +%if !%{with x} +ExclusiveArch: +%endif + %description The X Window System provides support for changing the image on a display screen after a user-settable period of inactivity to avoid -- 2.7.4