freeglut should not try to build into a pure wayland platform. 06/15806/3 accepted/tizen/generic accepted/tizen/ivi/stable accepted/tizen/mobile accepted/tizen_generic accepted/tizen_ivi accepted/tizen_ivi_panda accepted/tizen_ivi_release tizen tizen_ivi_panda tizen_ivi_release accepted/tizen/generic/20140212.080423 accepted/tizen/generic/20140312.100450 accepted/tizen/ivi/20140212.205514 accepted/tizen/ivi/panda/20140312.110830 accepted/tizen/ivi/panda/20140403.014630 accepted/tizen/ivi/release/20140312.111119 accepted/tizen/mobile/20140225.043838 submit/tizen/20140212.080532 submit/tizen/20140312.070753 submit/tizen_ivi_panda/20140403.011952 submit/tizen_ivi_release/20140312.071225
authorRonan Le Martret <ronan@fridu.net>
Tue, 28 Jan 2014 14:51:05 +0000 (15:51 +0100)
committerronan(Eurogiciel) Le Martret <ronan.lemartret@open.eurogiciel.org>
Thu, 6 Feb 2014 12:36:15 +0000 (04:36 -0800)
 (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: Ia93bc39dd53121e00e8e19259df030ff7eab9e2e
Signed-off-by: Ronan Le Martret <ronan@fridu.net>
packaging/freeglut.spec

index a6d1ef4..7e49507 100644 (file)
@@ -1,4 +1,5 @@
 %define debug 0
+%bcond_with x
 
 Name:           freeglut
 Version:        2.8.0
@@ -17,6 +18,10 @@ BuildRequires:  pkgconfig(glu)
 BuildRequires:  pkgconfig(libdrm)
 BuildRequires:  pkgconfig(xi)
 
+%if !%{with x}
+ExclusiveArch:
+%endif
+
 %description
 Freeglut is a completely open source alternative to the OpenGL Utility
 Toolkit (GLUT) library. GLUT was originally written by Mark Kilgard to