From: Ronan Le Martret Date: Wed, 29 Jan 2014 11:10:20 +0000 (+0100) Subject: libXxf86vm should not try to build into a pure wayland platform. X-Git-Tag: accepted/tizen/generic/20140213.074420^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fheads%2Faccepted%2Ftizen%2Fmobile;hp=b22c4ab693e2ebfbdd5f47129d74dbaf9ce7f3d8;p=platform%2Fupstream%2FlibXxf86vm.git libXxf86vm should not try to build into a pure wayland platform. This package is designed for an X server platform. In a system released, based exclusively on Wayland platform, it should be in a excluded status. Tizen devel | Tizen release _____________|______________ succeeded | succeeded excluded | excluded broken | failed | unresolvable | blocked | locked | note: - The disabled status is only allowed for OBS administration. Change-Id: Ie41379fae9d8bd46b0a036abe8b98c127e918b84 Signed-off-by: Ronan Le Martret --- diff --git a/packaging/libXxf86vm.spec b/packaging/libXxf86vm.spec index b5bd663..e11ec2e 100644 --- a/packaging/libXxf86vm.spec +++ b/packaging/libXxf86vm.spec @@ -1,3 +1,5 @@ +%bcond_with x + Name: libXxf86vm Version: 1.1.2 Release: 1 @@ -12,6 +14,10 @@ BuildRequires: pkgconfig(xext) BuildRequires: pkgconfig(xf86vidmodeproto) BuildRequires: pkgconfig(xorg-macros) +%if !%{with x} +ExclusiveArch: +%endif + %description X.Org X11 libXxf86vm runtime library @@ -28,7 +34,7 @@ X.Org X11 libXxf86vm development package cp %{SOURCE1001} . %build -%reconfigure --disable-static +%reconfigure --disable-static make %{?_smp_mflags} %install @@ -43,7 +49,7 @@ make %{?_smp_mflags} %files %manifest %{name}.manifest %defattr(-,root,root,-) -%license COPYING +%license COPYING %{_libdir}/libXxf86vm.so.1 %{_libdir}/libXxf86vm.so.1.0.0