libXft should not try to build into a pure wayland platform. 96/15896/2 accepted/tizen/generic accepted/tizen/ivi/stable accepted/tizen/mobile accepted/tizen_3.0.2014.q3_common accepted/tizen_generic accepted/tizen_ivi accepted/tizen_ivi_panda accepted/tizen_ivi_release devel/x11 tizen_3.0.2014.q3_common tizen_3.0.2014.q4_common tizen_3.0.2015.q1_common tizen_3.0.2015.q2_common tizen_ivi_release accepted/tizen/generic/20140213.074744 accepted/tizen/generic/20140312.114832 accepted/tizen/ivi/20140213.220150 accepted/tizen/ivi/panda/20140312.110129 accepted/tizen/ivi/release/20140312.124446 accepted/tizen/mobile/20140225.043013 submit/devel/x11/20140718.035926 submit/tizen/20140213.071324 submit/tizen/20140312.070822 submit/tizen/20140818.084211 submit/tizen/20140818.144456 submit/tizen/20140819.234625 submit/tizen_ivi_release/20140312.071251 submit/tizen_mobile/20141120.000000 tizen_3.0.2014.q3_common_release
authorRonan Le Martret <ronan@fridu.net>
Wed, 29 Jan 2014 12:25:40 +0000 (13:25 +0100)
committerronan(Eurogiciel) Le Martret <ronan.lemartret@open.eurogiciel.org>
Wed, 29 Jan 2014 15:23:45 +0000 (07:23 -0800)
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: I079b5ce5ab1c16d4e7f011a7e27ed2df64608938
Signed-off-by: Ronan Le Martret <ronan@fridu.net>
packaging/libXft.spec

index a37492d..b1009a3 100644 (file)
@@ -1,3 +1,5 @@
+%bcond_with x
+
 Name:           libXft
 Version:        2.3.1
 Release:        0
@@ -17,6 +19,10 @@ BuildRequires:  pkgconfig(x11)
 BuildRequires:  pkgconfig(xorg-macros) >= 1.8
 BuildRequires:  pkgconfig(xrender) >= 0.8.2
 
+%if !%{with x}
+ExclusiveArch:
+%endif
+
 %description
 Xft is a library that connects X applications with the FreeType font
 rasterization library. Xft uses fontconfig to locate fonts so it has
@@ -51,7 +57,7 @@ make %{?_smp_mflags}
 
 %postun  -p /sbin/ldconfig
 
-%files 
+%files
 %manifest %{name}.manifest
 %defattr(-,root,root)
 %license COPYING