diff options
author | Manuel Bachmann <manuel.bachmann@open.eurogiciel.org> | 2014-07-07 11:38:51 +0200 |
---|---|---|
committer | Manuel Bachmann <manuel.bachmann@open.eurogiciel.org> | 2014-07-07 11:38:51 +0200 |
commit | b204ae5bf1a5180719d8e5a0f3b644de51092b6f (patch) | |
tree | d38b22b0df79bd509f1cbc711d3e091d8279b9e8 | |
parent | aea15fbe2c5005f500bf632ba3f5a36b6d497f34 (diff) | |
download | xineramaproto-b204ae5bf1a5180719d8e5a0f3b644de51092b6f.tar.gz xineramaproto-b204ae5bf1a5180719d8e5a0f3b644de51092b6f.tar.bz2 xineramaproto-b204ae5bf1a5180719d8e5a0f3b644de51092b6f.zip |
packaging: do not build if we are not in a X11 profilesubmit/devel/x11/20140718.035926
Change-Id: I323b7be0209614118f77c18bc28e82cff9c75df8
Signed-off-by: Manuel Bachmann <manuel.bachmann@open.eurogiciel.org>
-rw-r--r-- | packaging/xineramaproto.spec | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/packaging/xineramaproto.spec b/packaging/xineramaproto.spec index b9efd13..3f78a5d 100644 --- a/packaging/xineramaproto.spec +++ b/packaging/xineramaproto.spec @@ -11,6 +11,10 @@ Source1001: xineramaproto.manifest BuildRequires: pkgconfig BuildRequires: pkgconfig(xorg-macros) +%if !%{with x} +ExclusiveArch: +%endif + %description %{summary}. |