From: Ronan Le Martret Date: Wed, 29 Jan 2014 12:22:15 +0000 (+0100) Subject: libXi should not try to build into a pure wayland platform. X-Git-Tag: accepted/tizen/generic/20140213.074734^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fheads%2Faccepted%2Ftizen_generic;p=platform%2Fupstream%2FlibXi.git libXi should not try to build into a pure wayland platform. 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: I56b7ce00387efd6b60c982f3046a093cba799cfa Signed-off-by: Ronan Le Martret --- diff --git a/packaging/libXi.spec b/packaging/libXi.spec index a0b4003..0d6754a 100644 --- a/packaging/libXi.spec +++ b/packaging/libXi.spec @@ -1,3 +1,5 @@ +%bcond_with x + Name: libXi Version: 1.6.1 Release: 1 @@ -20,6 +22,10 @@ BuildRequires: pkgconfig(xproto) Requires: libX11 >= 1.4.99.1 +%if !%{with x} +ExclusiveArch: +%endif + %description X.Org X11 libXi runtime library