From d1664edb12840423101c48b5b282ac4acd9f6c74 Mon Sep 17 00:00:00 2001 From: Ronan Le Martret Date: Wed, 19 Feb 2014 14:47:17 +0100 Subject: [PATCH] xcb-util should not try to build into a pure wayland platform. Change-Id: I9580732dc160165d7da4a8b442a588b0360692e6 Signed-off-by: Ronan Le Martret --- packaging/xcb-util.spec | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/packaging/xcb-util.spec b/packaging/xcb-util.spec index e1e6857..64e4c4e 100644 --- a/packaging/xcb-util.spec +++ b/packaging/xcb-util.spec @@ -1,3 +1,5 @@ +%bcond_with x + Name: xcb-util Version: 0.3.9 Release: 0 @@ -14,6 +16,10 @@ BuildRequires: m4 BuildRequires: pkgconfig(xorg-macros) BuildRequires: pkgconfig(xproto) +%if !%{with x} +ExclusiveArch: +%endif + %description The xcb-util module provides a number of libraries which sit on top of libxcb, the core X protocol library, and some of the extension -- 2.7.4