From: Ronan Le Martret Date: Tue, 28 Jan 2014 15:03:39 +0000 (+0100) Subject: libX11 should not try to build into a pure wayland platform.. X-Git-Tag: accepted/tizen/generic/20140212.075543^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7d2e578b33cafff65b5106433864938f042fc5fe;p=platform%2Fupstream%2FlibX11.git libX11 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: I8435d15c37d26f913c457bf6e55cc71acae648ad Signed-off-by: Ronan Le Martret --- diff --git a/packaging/libX11.spec b/packaging/libX11.spec index 7ff8333..67282b6 100644 --- a/packaging/libX11.spec +++ b/packaging/libX11.spec @@ -1,3 +1,5 @@ +%bcond_with x + Name: libX11 Version: 1.5.0 Release: 0 @@ -22,6 +24,10 @@ BuildRequires: pkgconfig(xproto) >= 7.0.13 BuildRequires: pkgconfig(xtrans) Requires: %{name}-data >= %{version} +%if !%{with x} +ExclusiveArch: +%endif + %description The X Window System is a network-transparent window system that was designed at MIT. X display servers run on computers with either