libXrender should not try to build into a pure wayland platform. 89/15889/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.074552 accepted/tizen/generic/20140312.105007 accepted/tizen/ivi/20140214.183317 accepted/tizen/ivi/panda/20140312.092955 accepted/tizen/ivi/release/20140312.124437 accepted/tizen/mobile/20140225.043053 submit/tizen/20140213.070832 submit/tizen/20140312.070827 submit/tizen_ivi_release/20140312.071256
authorRonan Le Martret <ronan@fridu.net>
Wed, 29 Jan 2014 12:11:13 +0000 (13:11 +0100)
committerronan(Eurogiciel) Le Martret <ronan.lemartret@open.eurogiciel.org>
Thu, 6 Feb 2014 12:35:43 +0000 (04:35 -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: Iad2d5684526d3bf5b0b326c049930fe389424db6
Signed-off-by: Ronan Le Martret <ronan@fridu.net>
packaging/libXrender.spec

index 90647c6..2e8a284 100644 (file)
@@ -1,3 +1,5 @@
+%bcond_with x
+
 Name:           libXrender
 Version:        0.9.7
 Release:        0
@@ -13,6 +15,10 @@ BuildRequires:  pkgconfig(renderproto) >= 0.9
 BuildRequires:  pkgconfig(x11)
 BuildRequires:  pkgconfig(xorg-macros) >= 1.8
 
+%if !%{with x}
+ExclusiveArch:
+%endif
+
 %description
 The Xrender library is designed as a lightweight library interface to
 the Render extension.