From 97184ac6b426393f5cb1e4264ae6d549ed603edc Mon Sep 17 00:00:00 2001 From: Philippe Coval Date: Thu, 6 Feb 2014 12:02:33 +0100 Subject: [PATCH] packaging: exclude on non X11 configuration Change-Id: I64f6e926d7cdc3c9f201497e709420aea939ee3a Bug-Tizen: PTREL-653 Signed-off-by: Philippe Coval --- packaging/at-spi2-atk.spec | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/packaging/at-spi2-atk.spec b/packaging/at-spi2-atk.spec index 133e464..d97ecb5 100644 --- a/packaging/at-spi2-atk.spec +++ b/packaging/at-spi2-atk.spec @@ -1,3 +1,5 @@ +%bcond_with x + Name: at-spi2-atk Version: 2.5.92 Release: 1 @@ -13,6 +15,9 @@ BuildRequires: glib2-devel BuildRequires: atk-devel BuildRequires: at-spi2-core-devel BuildRequires: gettext +%if ! %{with x} +ExclusiveArch: +%endif BuildRoot: %{buildroot} -- 2.7.4