From 8534277d5beb6b3903c0bb0bb3906a059fe1451b Mon Sep 17 00:00:00 2001 From: Ronan Le Martret Date: Mon, 27 Jan 2014 16:37:14 +0100 Subject: [PATCH] libslp-utilx 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: I388047715e04a36fea45ee5c83b70eb3dec869f1 Signed-off-by: Ronan Le Martret --- packaging/libslp-utilx.spec | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/packaging/libslp-utilx.spec b/packaging/libslp-utilx.spec index 907359c..126105d 100644 --- a/packaging/libslp-utilx.spec +++ b/packaging/libslp-utilx.spec @@ -1,3 +1,5 @@ +%bcond_with x + Name: libslp-utilx Summary: utilX Version: 0.1.24 @@ -18,6 +20,10 @@ BuildRequires: pkgconfig(xrandr) BuildRequires: pkgconfig(libdrm) BuildRequires: pkgconfig(libtbm) +%if !%{with x} +ExclusiveArch: +%endif + %description Utility functions for the XWindow -- 2.7.4