diff options
author | Manuel Bachmann <manuel.bachmann@open.eurogiciel.org> | 2014-07-07 11:08:42 +0200 |
---|---|---|
committer | Manuel Bachmann <manuel.bachmann@open.eurogiciel.org> | 2014-07-07 11:08:42 +0200 |
commit | 37423163df5fcbe36fc736e6e837af03da877e84 (patch) | |
tree | 587a62a844902a992e100019a86ef609c33a9574 | |
parent | 1e3e55a7eae8c22202172abb73e9f11fed4bb09e (diff) | |
download | xcb-proto-submit/devel/x11/20140718.035926.tar.gz xcb-proto-submit/devel/x11/20140718.035926.tar.bz2 xcb-proto-submit/devel/x11/20140718.035926.zip |
packaging: do not build if we are not in a X11 profilesubmit/devel/x11/20140718.035926
Change-Id: I0494bd628d78ad113688ac9ca0e8338e6fc461d2
Signed-off-by: Manuel Bachmann <manuel.bachmann@open.eurogiciel.org>
-rw-r--r-- | packaging/xcb-proto.spec | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/packaging/xcb-proto.spec b/packaging/xcb-proto.spec index cf119c2..f25df9c 100644 --- a/packaging/xcb-proto.spec +++ b/packaging/xcb-proto.spec @@ -13,6 +13,10 @@ BuildRequires: python BuildRequires: pkgconfig(xorg-macros) Requires: python-xcb-proto +%if !%{with x} +ExclusiveArch: +%endif + %description The xcb-proto package provides the XML-XCB protocol descriptions that libxcb uses to generate the majority of |