From: Ronan Le Martret Date: Wed, 29 Jan 2014 11:12:12 +0000 (+0100) Subject: libXxf86misc should not try to build into a pure wayland platform. X-Git-Tag: accepted/tizen/generic/20140213.074423^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fheads%2Ftizen;p=platform%2Fupstream%2FlibXxf86misc.git 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 --- 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.