xf86-input-evdev should not try to build into a pure wayland platform.. 28/15728/3 accepted/tizen/generic accepted/tizen/mobile accepted/tizen_3.0.2014.q3_common accepted/tizen_generic devel/x11 tizen_3.0.2014.q3_common tizen_3.0.2014.q4_common tizen_3.0.2015.q1_common accepted/tizen/generic/20140213.074750 accepted/tizen/mobile/20140225.042923 submit/devel/x11/20140811.104216 submit/tizen/20140213.072231 submit/tizen/20140818.084211 submit/tizen/20140818.144456 submit/tizen/20140819.234625 submit/tizen_mobile/20141120.000000 tizen_3.0.2014.q3_common_release
authorRonan Le Martret <ronan@fridu.net>
Mon, 27 Jan 2014 15:32:28 +0000 (16:32 +0100)
committerronan(Eurogiciel) Le Martret <ronan.lemartret@open.eurogiciel.org>
Thu, 6 Feb 2014 12:35:36 +0000 (04:35 -0800)
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 <ronan@fridu.net>
packaging/xf86-input-evdev.spec

index 2e07f32..3becc13 100644 (file)
@@ -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,