libXdamage should not try to build into a pure wayland platform. 00/15900/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_ivi_release accepted/tizen/generic/20140213.074803 accepted/tizen/generic/20140312.114823 accepted/tizen/ivi/20140214.183209 accepted/tizen/ivi/panda/20140312.113129 accepted/tizen/ivi/release/20140312.122305 accepted/tizen/mobile/20140225.042953 submit/tizen/20140213.071525 submit/tizen/20140312.070817 submit/tizen_ivi_release/20140312.071247
authorRonan Le Martret <ronan@fridu.net>
Wed, 29 Jan 2014 12:34:01 +0000 (13:34 +0100)
committerronan(Eurogiciel) Le Martret <ronan.lemartret@open.eurogiciel.org>
Thu, 6 Feb 2014 12:33:08 +0000 (04:33 -0800)
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: Iae1d2c3ef1d48841acefabd8f32cd79d1e958a86
Signed-off-by: Ronan Le Martret <ronan@fridu.net>
packaging/libXdamage.spec

index 035a72b..b7e77cd 100644 (file)
@@ -1,3 +1,5 @@
+%bcond_with x
+
 Name:           libXdamage
 Version:        1.1.3
 Release:        3
@@ -13,6 +15,10 @@ BuildRequires:  pkgconfig(xextproto)
 BuildRequires:  pkgconfig(xfixes)
 BuildRequires:  pkgconfig(xorg-macros)
 
+%if !%{with x}
+ExclusiveArch:
+%endif
+
 %description
 X.Org X11 libXdamage runtime library.
 
@@ -29,7 +35,7 @@ X.Org X11 libXdamage development package.
 cp %{SOURCE1001} .
 
 %build
-%configure --disable-static 
+%configure --disable-static
 make %{?_smp_mflags}
 
 %install