From a141464ba95eacb2a4978838bf2e8be9a5ce268f Mon Sep 17 00:00:00 2001 From: Ronan Le Martret Date: Wed, 29 Jan 2014 10:13:42 +0100 Subject: [PATCH] - 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 --- packaging/perl-X11-Protocol.spec | 5 +++++ 1 file changed, 5 insertions(+) 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 -- 2.7.4