From 137f3aacd5129dc99ce7d4047e2e2cb579c5908d Mon Sep 17 00:00:00 2001 From: Ronan Le Martret Date: Wed, 19 Feb 2014 14:43:02 +0100 Subject: xcb-util-keysyms should not try to build into a pure wayland platform. Change-Id: I63ecb76b377f7a1212be3b7230fb70e0f16826d7 Signed-off-by: Ronan Le Martret --- packaging/xcb-util-keysyms.spec | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'packaging/xcb-util-keysyms.spec') diff --git a/packaging/xcb-util-keysyms.spec b/packaging/xcb-util-keysyms.spec index 2e15871..74c9fa9 100644 --- a/packaging/xcb-util-keysyms.spec +++ b/packaging/xcb-util-keysyms.spec @@ -1,3 +1,5 @@ +%bcond_with x + Name: xcb-util-keysyms %define lname libxcb-keysyms Version: 0.3.9 @@ -19,6 +21,10 @@ BuildRequires: pkgconfig(xcb-proto) >= 1.6 BuildRequires: pkgconfig(xorg-macros) >= 1.6.0 BuildRequires: pkgconfig(xproto) >= 7.0.8 +%if !%{with x} +ExclusiveArch: +%endif + %description The XCB util modules provide a number of libraries which sit on top of libxcb, the core X protocol library, and some of the extension -- cgit v1.2.3