From: Hyunjin Park Date: Thu, 23 Apr 2015 06:56:29 +0000 (+0900) Subject: [spec] disable callhistory feature on wearable profile X-Git-Tag: submit/tizen_tv/20150603.064601~1^2~140 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bc0f26ed51293f05a1a99c55a11cff7546fa5f9f;p=platform%2Fcore%2Fapi%2Fwebapi-plugins.git [spec] disable callhistory feature on wearable profile Change-Id: I9775859c02dbf4824da1a52014204fb81a897c8b --- diff --git a/packaging/webapi-plugins.spec b/packaging/webapi-plugins.spec index 2d83a418..cfdad7b2 100755 --- a/packaging/webapi-plugins.spec +++ b/packaging/webapi-plugins.spec @@ -138,7 +138,7 @@ Source0: %{name}-%{version}.tar.gz # Calendar API is mandatory in Tizen Wearable Profile. %define tizen_feature_calendar_support 0 -%define tizen_feature_callhistory_support 1 +%define tizen_feature_callhistory_support 0 %define tizen_feature_contact_support 0 %define tizen_feature_content_support 1 %define tizen_feature_datacontrol_support 0 @@ -340,6 +340,9 @@ BuildRequires: pkgconfig(calendar-service2) BuildRequires: pkgconfig(contacts-service2) %endif +%if 0%{?tizen_feature_callhistory_support} +BuildRequires: pkgconfig(contacts-service2) +%endif %if 0%{?tizen_feature_tvchannel_support} BuildRequires: pkgconfig(tvs-api)