From da39a68d4b07b3cbeabd71ab8c660f404e1f49d0 Mon Sep 17 00:00:00 2001 From: hyunuktak Date: Thu, 14 Apr 2016 11:46:25 +0900 Subject: [PATCH] Defined TIZEN_TELEPHONY_ENABLE with mobile profile Change-Id: I92989447ac6f880d996bdd795ab9b90959ef5be5 Signed-off-by: hyunuktak --- packaging/net-config.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/packaging/net-config.spec b/packaging/net-config.spec index 7c45efd..d54ffff 100755 --- a/packaging/net-config.spec +++ b/packaging/net-config.spec @@ -1,6 +1,6 @@ Name: net-config Summary: TIZEN Network Configuration service -Version: 1.1.65 +Version: 1.1.66 Release: 2 Group: System/Network License: Apache-2.0 @@ -47,9 +47,13 @@ cmake -DCMAKE_INSTALL_PREFIX=%{_prefix} \ %if ! 0%{?model_build_feature_network_tethering_disable} -DTIZEN_TETHERING_ENABLE=1 \ %endif +%if "%{profile}" == "mobile" + -DTIZEN_TELEPHONY_ENABLE=1 \ +%else %if "%{profile}" == "tv" -DTIZEN_TV=1 \ %endif +%endif %if 0%{?model_build_feature_wlan_wearable} == 1 -DTIZEN_WEARABLE=1 \ -DTIZEN_CAPTIVE_PORTAL=1 \ -- 2.34.1