From e290cad89583b9126e95440e50b7c70e47680434 Mon Sep 17 00:00:00 2001 From: Ronan Le Martret Date: Wed, 19 Feb 2014 14:38:34 +0100 Subject: xlsatoms should not try to build into a pure wayland platform. Signed-off-by: Ronan Le Martret Change-Id: Id7e5a489ad2a83a64f4cbf76562ba8394c35df8e --- packaging/xlsatoms.spec | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/packaging/xlsatoms.spec b/packaging/xlsatoms.spec index 54dd6b6..a54befa 100644 --- a/packaging/xlsatoms.spec +++ b/packaging/xlsatoms.spec @@ -1,3 +1,5 @@ +%bcond_with x + Name: xlsatoms Version: 1.1.1 Release: 0 @@ -10,6 +12,11 @@ Source1001: xlsatoms.manifest BuildRequires: pkg-config BuildRequires: pkgconfig(xcb) BuildRequires: pkgconfig(xorg-macros) >= 1.3 + +%if !%{with x} +ExclusiveArch: +%endif + %description xlsatoms lists the interned atoms defined on an X11 server. -- cgit v1.2.3