From: Ronan Le Martret Date: Wed, 29 Jan 2014 09:13:42 +0000 (+0100) Subject: - perl-X11-Protocol should not try to build into a pure wayland platform. X-Git-Tag: accepted/tizen/generic/20140213.081935^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fheads%2Faccepted%2Ftizen_generic;p=platform%2Fupstream%2Fperl-X11-Protocol.git - perl-X11-Protocol 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: I5281718f803fa80bec85f61330f7313d54237fe3 Signed-off-by: Ronan Le Martret --- diff --git a/packaging/perl-X11-Protocol.spec b/packaging/perl-X11-Protocol.spec index 62abe60..7e68c63 100644 --- a/packaging/perl-X11-Protocol.spec +++ b/packaging/perl-X11-Protocol.spec @@ -14,6 +14,7 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # +%bcond_with x @@ -31,6 +32,10 @@ Source1001: perl-X11-Protocol.manifest BuildRequires: perl BuildRequires: perl(ExtUtils::MakeMaker) +%if !%{with x} +ExclusiveArch: +%endif + %description X11::Protocol is a client-side interface to the X11 Protocol (see X(1) for information about X11), allowing perl programs to display windows and