packaging: use oma-ds-agent only for mobile profile
authorPhilippe Coval <philippe.coval@open.eurogiciel.org>
Thu, 30 Oct 2014 12:27:09 +0000 (13:27 +0100)
committerPhilippe Coval <philippe.coval@open.eurogiciel.org>
Thu, 30 Oct 2014 14:33:11 +0000 (15:33 +0100)
Same for sync-agent
since Tizen:Common and Tizen:IVI wont use it

Change-Id: I51b5aacc8f6bf2079e71944d3848100203c51d66

packaging/tizen-extensions-crosswalk.spec
tizen-wrt.gyp

index 901b86b..c3c79f7 100644 (file)
@@ -46,6 +46,9 @@ BuildRequires: pkgconfig(automotive-message-broker)
 BuildRequires: pkgconfig(capi-telephony-sim)
 BuildRequires: pkgconfig(contacts-service2)
 BuildRequires: pkgconfig(libpcrecpp)
+BuildRequires: pkgconfig(sync-agent)
+# For Datasync API
+Requires:      oma-ds-agent
 %endif
 BuildRequires: pkgconfig(capi-web-favorites)
 BuildRequires: pkgconfig(capi-web-url-download)
@@ -64,7 +67,6 @@ BuildRequires: pkgconfig(pkgmgr)
 BuildRequires: pkgconfig(pkgmgr-info)
 BuildRequires: pkgconfig(pmapi)
 BuildRequires: pkgconfig(tapi)
-BuildRequires: pkgconfig(sync-agent)
 BuildRequires: pkgconfig(vconf)
 %if %{with wayland}
 BuildRequires: pkgconfig(wayland-client)
@@ -76,8 +78,6 @@ BuildRequires: python
 Requires:      crosswalk
 # For Content API
 Requires:      media-thumbnail-server
-# For Datasync API
-Requires:      oma-ds-agent
 
 %description
 Tizen Web APIs implemented using Crosswalk.
index 4ba0aaa..0acc60a 100644 (file)
@@ -30,7 +30,6 @@
             'application/application.gyp:*',
             'bookmark/bookmark.gyp:*',
             'content/content.gyp:*',
-            'datasync/datasync.gyp:*',
             'download/download.gyp:*',
             'filesystem/filesystem.gyp:*',
             'messageport/messageport.gyp:*',
@@ -41,6 +40,7 @@
         [ 'extension_host_os == "mobile"', {
           'dependencies': [
             'callhistory/callhistory.gyp:*',
+            'datasync/datasync.gyp:*',
           ],
         }],
         [ 'extension_host_os == "ivi"', {