From d03fbca0e1c5b878a66793549272339a39934140 Mon Sep 17 00:00:00 2001 From: Ronan Le Martret Date: Wed, 30 Jul 2014 10:18:09 +0200 Subject: qt5 (or just qt) should be optional for Tizen IVI - Link to PTF-227. - As review on automotive-message-broker is merged, automotive-message-broker builds without qt5. https://review.tizen.org/gerrit/#/c/25138/ "Do not use qt in Tizen:IVI" should be highlighted into prj conf. Bug-Tizen: PTF-227 Change-Id: I0c490ef2592db263f1521cf9644c6984a201df86 Signed-off-by: Ronan Le Martret --- Tizen:IVI/_config | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'Tizen:IVI') diff --git a/Tizen:IVI/_config b/Tizen:IVI/_config index ee91ab9..6dc585e 100644 --- a/Tizen:IVI/_config +++ b/Tizen:IVI/_config @@ -48,6 +48,7 @@ Macros: %endif +%define _with_qt5 1 %define _with_pulseaudio_samsung_policy 1 %define _with_tizen 1 %define _with_mesa 1 @@ -180,6 +181,12 @@ Macros: %opensuse_bs 1 %_default_patch_fuzz 2 +# Macro used to enable qt5 in Tizen project +# Set qt5 to 1 also activate build of some sub-package +# eg: automotive-message-broker +# Tizen (Common, IVI, ...) can be delivered with or without qt5. +%_with_qt5 1 + # Macro used to handle bluetooth popups without syspopup/bt-syspopup which # needs OSP . In IVI, this macro permits to address bluetooth notifications # (using C API) to notification-service daemon. Then homescreen is supposed -- cgit v1.2.3