From c38243ff14be41209e933f08430c28980087ce18 Mon Sep 17 00:00:00 2001 From: Ronan Le Martret Date: Wed, 29 Jan 2014 13:32:09 +0100 Subject: [PATCH] libXext 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: I9dc1ad673a22452633d40b9d7001672547f78a1d Signed-off-by: Ronan Le Martret --- packaging/libXext.spec | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/packaging/libXext.spec b/packaging/libXext.spec index a6be393..9df1019 100644 --- a/packaging/libXext.spec +++ b/packaging/libXext.spec @@ -1,3 +1,5 @@ +%bcond_with x + Name: libXext Version: 1.3.1 Release: 1 @@ -19,6 +21,10 @@ BuildRequires: pkgconfig(xorg-macros) BuildRequires: pkgconfig(xorg-macros) BuildRequires: pkgconfig(xproto) +%if !%{with x} +ExclusiveArch: +%endif + %description X.Org X11 libXext runtime library -- 2.7.4