From: hyunuktak Date: Thu, 14 Apr 2016 02:46:25 +0000 (+0900) Subject: Defined TIZEN_TELEPHONY_ENABLE with mobile profile X-Git-Tag: submit/tizen/20160414.025655^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=da39a68d4b07b3cbeabd71ab8c660f404e1f49d0;p=platform%2Fcore%2Fconnectivity%2Fnet-config.git Defined TIZEN_TELEPHONY_ENABLE with mobile profile Change-Id: I92989447ac6f880d996bdd795ab9b90959ef5be5 Signed-off-by: hyunuktak --- 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 \