From: Ronan Le Martret Date: Mon, 27 Jan 2014 15:32:28 +0000 (+0100) Subject: xf86-input-evdev should not try to build into a pure wayland platform.. X-Git-Tag: accepted/tizen/generic/20140213.074750^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f5d0222399838dfa62d6dca03c1b5b82dec61b48;p=platform%2Fupstream%2Fxf86-input-evdev.git xf86-input-evdev 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: I42042b9e0414a0b93a4383ef34b4c6916f878e1f Signed-off-by: Ronan Le Martret --- diff --git a/packaging/xf86-input-evdev.spec b/packaging/xf86-input-evdev.spec index 2e07f32..3becc13 100644 --- a/packaging/xf86-input-evdev.spec +++ b/packaging/xf86-input-evdev.spec @@ -1,3 +1,5 @@ +%bcond_with x + Name: xf86-input-evdev Version: 2.7.3 Release: 0 @@ -18,6 +20,10 @@ BuildRequires: pkgconfig(xorg-server) BuildRequires: pkgconfig(xproto) Requires: udev +%if !%{with x} +ExclusiveArch: +%endif + %description evdev is an Xorg input driver for Linux's generic event devices. It therefore supports all input devices that the kernel knows about,