From: Ronan Le Martret Date: Mon, 27 Jan 2014 15:02:49 +0000 (+0100) Subject: xf86-video-vmware should not try to build into a pure wayland platform.. X-Git-Tag: submit/tizen_common/20141210.175147~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9b148ea47a8f9551675e2ab23ff7b5fbe82156c1;p=platform%2Fupstream%2Fxf86-video-vmware.git xf86-video-vmware 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: I63dc5fc9d502d6ce5eb1449495f9f30ca6d560ca Signed-off-by: Ronan Le Martret --- diff --git a/packaging/xf86-video-vmware.spec b/packaging/xf86-video-vmware.spec index b562dec..929561f 100644 --- a/packaging/xf86-video-vmware.spec +++ b/packaging/xf86-video-vmware.spec @@ -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.