From: Ronan Le Martret Date: Wed, 29 Jan 2014 11:59:54 +0000 (+0100) Subject: libXvMC should not try to build into a pure wayland platform. X-Git-Tag: accepted/tizen/generic/20140213.074527^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3ee9cf37b760cebaad4c297e933d50b93eda8c54;p=platform%2Fupstream%2FlibXvMC.git libXvMC 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: I10dc5f678a54f327a362e27702e9f12e062999a4 Signed-off-by: Ronan Le Martret --- diff --git a/packaging/libXvMC.spec b/packaging/libXvMC.spec index dc19176..81ee118 100644 --- a/packaging/libXvMC.spec +++ b/packaging/libXvMC.spec @@ -1,3 +1,5 @@ +%bcond_with x + Name: libXvMC Version: 1.0.7 Release: 0 @@ -18,6 +20,10 @@ BuildRequires: pkgconfig(xextproto) BuildRequires: pkgconfig(xorg-macros) >= 1.8 BuildRequires: pkgconfig(xv) +%if !%{with x} +ExclusiveArch: +%endif + %description X-Video Motion Compensation (XvMC), is an extension of the X video extension (Xv) for the X Window System. The XvMC API allows video