From: DoHyun Pyun Date: Fri, 3 Apr 2015 08:08:42 +0000 (+0900) Subject: Remove contact dependency X-Git-Tag: accepted/tizen/common/20150407.101820^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F42%2F37742%2F1;p=platform%2Fcore%2Fconnectivity%2Fbluetooth-share.git Remove contact dependency Requirement from contact / calendar team Change-Id: I96c8ff48d4c70746f19f416039247a44edf9cb98 --- diff --git a/packaging/bluetooth-share.spec b/packaging/bluetooth-share.spec index 3afacc9..e027dd6 100644 --- a/packaging/bluetooth-share.spec +++ b/packaging/bluetooth-share.spec @@ -20,10 +20,10 @@ BuildRequires: pkgconfig(glib-2.0) BuildRequires: pkgconfig(dlog) # Same check as in tizen-extensions-crosswalk. A per-package or global # bcond would be better, but for now let's follow Crosswalk's approach. -%if "%{profile}" == "mobile" -BuildRequires: pkgconfig(calendar-service2) -BuildRequires: pkgconfig(contacts-service2) -%endif +#%if "%{profile}" == "mobile" +#BuildRequires: pkgconfig(calendar-service2) +#BuildRequires: pkgconfig(contacts-service2) +#%endif BuildRequires: pkgconfig(vconf) BuildRequires: pkgconfig(pmapi) BuildRequires: pkgconfig(sysman)