From 0c43cdd78c3f8527ebae9ee9d7285722b2aeca15 Mon Sep 17 00:00:00 2001 From: Ronan Le Martret Date: Wed, 29 Jan 2014 12:14:29 +0100 Subject: [PATCH] libXxf86dga 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: I09f1cf1e602f98527d3f7eb8588913454ae86f12 Signed-off-by: Ronan Le Martret --- packaging/libXxf86dga.spec | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/packaging/libXxf86dga.spec b/packaging/libXxf86dga.spec index 081b39f..675cdca 100644 --- a/packaging/libXxf86dga.spec +++ b/packaging/libXxf86dga.spec @@ -1,3 +1,5 @@ +%bcond_with x + Name: libXxf86dga Version: 1.1.3 Release: 1 @@ -12,6 +14,10 @@ BuildRequires: pkgconfig(xf86dgaproto) BuildRequires: pkgconfig(x11) BuildRequires: pkgconfig(xext) +%if !%{with x} +ExclusiveArch: +%endif + %description X.Org X11 libXxf86dga runtime library -- 2.7.4