enabled building callhistory extension
authorZoltan Kis <zoltan.kis@intel.com>
Mon, 10 Mar 2014 09:31:31 +0000 (11:31 +0200)
committerZoltan Kis <zoltan.kis@intel.com>
Mon, 10 Mar 2014 09:31:31 +0000 (11:31 +0200)
packaging/tizen-extensions-crosswalk.spec
tizen-wrt.gyp

index b47d99c..84f70b0 100644 (file)
@@ -38,6 +38,10 @@ BuildRequires: pkgconfig(capi-system-system-settings)
 %if "%{profile}" != "ivi"
 BuildRequires: pkgconfig(capi-telephony-sim)
 %endif
+%if "%{profile}" == "mobile"
+BuildRequires: pkgconfig(contacts-service2)
+BuildRequires: pkgconfig(libpcrecpp)
+%endif
 BuildRequires: pkgconfig(capi-web-favorites)
 BuildRequires: pkgconfig(capi-web-url-download)
 BuildRequires: pkgconfig(dbus-glib-1)
index 2320ab1..c95b754 100644 (file)
@@ -22,8 +22,9 @@
         [ 'tizen == 1', {
           'dependencies': [
             'application/application.gyp:*',
-            'download/download.gyp:*',
             'bookmark/bookmark.gyp:*',
+            'callhistory/callhistory.gyp:*',
+            'download/download.gyp:*',
             'messageport/messageport.gyp:*',
           ],
         }],