From: Ronan Le Martret Date: Wed, 19 Feb 2014 12:09:32 +0000 (+0100) Subject: dri2proto should not try to build into a pure wayland platform. X-Git-Tag: accepted/tizen/generic/20140228.100317^0 X-Git-Url: http://review.tizen.org/git/?p=platform%2Fupstream%2Fdri2proto.git;a=commitdiff_plain dri2proto should not try to build into a pure wayland platform. Change-Id: Ie1e59bef1c0c731c21257b738f25144820b2eeee Signed-off-by: Ronan Le Martret --- diff --git a/packaging/dri2proto.spec b/packaging/dri2proto.spec index 5ff4bb3..c456b63 100644 --- a/packaging/dri2proto.spec +++ b/packaging/dri2proto.spec @@ -1,3 +1,5 @@ +%bcond_with x + Name: dri2proto Summary: X.Org X11 Protocol dri2proto Version: 2.8 @@ -11,6 +13,10 @@ Source1001: dri2proto.manifest BuildRequires: pkgconfig BuildRequires: pkgconfig(xorg-macros) +%if !%{with x} +ExclusiveArch: +%endif + %description %{summary}