From 11cd120aa01d171a42e1b4baf390112e49792630 Mon Sep 17 00:00:00 2001 From: Manuel Bachmann Date: Mon, 7 Jul 2014 11:20:23 +0200 Subject: [PATCH] packaging: do not build if we are not in a X11 profile Change-Id: I825eb51344d3ee054194fd994d82c6146d7ad354 Signed-off-by: Manuel Bachmann --- packaging/bigreqsproto.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packaging/bigreqsproto.spec b/packaging/bigreqsproto.spec index 09fffdf..048eac9 100644 --- a/packaging/bigreqsproto.spec +++ b/packaging/bigreqsproto.spec @@ -11,6 +11,10 @@ Source1001: bigreqsproto.manifest BuildRequires: pkgconfig BuildRequires: pkgconfig(xorg-macros) +%if !%{with x} +ExclusiveArch: +%endif + %description %{summary}. -- 2.7.4