From e93183b0b3e2c6a267a3491d6324e57de46314a6 Mon Sep 17 00:00:00 2001 From: Ronan Le Martret Date: Wed, 29 Jan 2014 12:12:12 +0100 Subject: [PATCH] libXxf86misc 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: I04cb71631bdab941d0f4dc0d7a773522b612e03f Signed-off-by: Ronan Le Martret --- packaging/libXxf86misc.spec | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/packaging/libXxf86misc.spec b/packaging/libXxf86misc.spec index 56f31f8..47a7103 100644 --- a/packaging/libXxf86misc.spec +++ b/packaging/libXxf86misc.spec @@ -1,3 +1,5 @@ +%bcond_with x + Name: libXxf86misc Version: 1.0.3 Release: 6.5 @@ -14,6 +16,10 @@ BuildRequires: pkgconfig(xf86miscproto) BuildRequires: pkgconfig(xorg-macros) BuildRequires: pkgconfig(xproto) +%if !%{with x} +ExclusiveArch: +%endif + %description X11 XFree86 miscellaneous extension library libXxf86misc provides an interface to the XFree86-Misc extension, which allows client applications to query the current keyboard and mouse settings of the running XFree86-based (XFree86, Xorg) server. -- 2.7.4