From d254a3454dc4625a9e89634bb20bfb8c3afb8a87 Mon Sep 17 00:00:00 2001 From: Ronan Le Martret Date: Tue, 28 Jan 2014 15:56:14 +0100 Subject: [PATCH] libGLU should not try to build into a pure wayland platform. (no glu for wayland) 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: I0de72a1a4f34df2d93ff1c6440b3b7ab28afd237 Signed-off-by: Ronan Le Martret --- packaging/libGLU.spec | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/packaging/libGLU.spec b/packaging/libGLU.spec index 7d7a0f8..e9cd627 100644 --- a/packaging/libGLU.spec +++ b/packaging/libGLU.spec @@ -1,6 +1,7 @@ # # Please submit bugfixes or comments via http://bugs.tizen.org/ # +%bcond_with x Name: libGLU Version: 9.0.0 @@ -20,6 +21,10 @@ BuildRequires: pkgconfig(gl) Provides: mesa:%{_libdir}/libGLU.so.1 BuildRoot: %{_tmppath}/%{name}-%{version}-build +%if !%{with x} +ExclusiveArch: +%endif + %description GLU offers simple interfaces for building mipmaps; checking for the presence of extensions in the OpenGL (or other libraries which follow -- 2.7.4