xf86-video-vmware should not try to build into a pure wayland platform..
authorRonan Le Martret <ronan@fridu.net>
Mon, 27 Jan 2014 15:02:49 +0000 (16:02 +0100)
committerPhilippe Coval <philippe.coval@open.eurogiciel.org>
Wed, 10 Dec 2014 17:19:27 +0000 (18:19 +0100)
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: I63dc5fc9d502d6ce5eb1449495f9f30ca6d560ca
Signed-off-by: Ronan Le Martret <ronan@fridu.net>
packaging/xf86-video-vmware.spec

index b562dec..929561f 100644 (file)
@@ -1,3 +1,5 @@
+%bcond_with x
+
 Name:           xf86-video-vmware
 Version:        12.0.2
 Release:        0
@@ -21,7 +23,13 @@ BuildRequires:  pkgconfig(xineramaproto)
 BuildRequires:  pkgconfig(xorg-macros) >= 1.8
 BuildRequires:  pkgconfig(xorg-server) >= 1.0.1
 BuildRequires:  pkgconfig(xproto)
+
+%if %{with x}
 ExclusiveArch:  %ix86 x86_64
+%else
+ExclusiveArch:
+%endif
+
 
 %description
 vmware is an Xorg driver for VMware virtual video cards.