set dependencies to ecore and sqlite 02/40802/1 accepted/tizen_3.0.2015.q2_common tizen_3.0.2015.q2_common accepted/tizen/3.0.2015.q2/common/20150609.181930 accepted/tizen/3.0.2015.q2/common/20150615.091804 accepted/tizen/common/20150609.084432 accepted/tizen/mobile/20150612.003434 accepted/tizen/tv/20150612.003548 accepted/tizen/wearable/20150611.085708 submit/tizen_3.0.2015.q2_common/20150609.170642 submit/tizen_3.0.2015.q2_common/20150615.075539 submit/tizen_common/20150608.135929 submit/tizen_mobile/20150611.000000 submit/tizen_tv/20150611.000001 submit/tizen_wearable/20150611.000000
authorJosé Bollo <jose.bollo@open.eurogiciel.org>
Tue, 9 Jun 2015 07:38:06 +0000 (09:38 +0200)
committerJosé Bollo <jose.bollo@open.eurogiciel.org>
Tue, 9 Jun 2015 07:38:06 +0000 (09:38 +0200)
Change-Id: I1229124a26b573b43e9d15882aaa91885435a9a2
Signed-off-by: José Bollo <jose.bollo@open.eurogiciel.org>
bt-share/CMakeLists.txt
lib/CMakeLists.txt
lib/bluetooth-share-api.pc.in
packaging/bluetooth-share.spec

index b124b7f0192e3bdd3dca3ff1a3278018fdb6b531..85d2df6cd08c65ccb98089dc84bf992773b8a955 100644 (file)
@@ -19,7 +19,7 @@ INCLUDE(FindPkgConfig)
 pkg_check_modules(pkgs REQUIRED glib-2.0 bluetooth-api
                                dbus-glib-1 appcore-common
                                dlog vconf pmapi sysman
-                               notification
+                               notification sqlite3 ecore-file
                                appsvc appcore-efl libprivilege-control
                                capi-content-media-content
                                libtzplatform-config)
index 65e5fe782d4ef86d980e70364b89c9ac5a41d700..3ab3806d7504bc93b34196afeebbb681cfb73d39 100644 (file)
@@ -8,7 +8,7 @@ SET(HEADERS bluetooth-share-api.h)
 INCLUDE_DIRECTORIES(${CMAKE_CURRENT_SOURCE_DIR})
 
 INCLUDE(FindPkgConfig)
-pkg_check_modules(apipkgs REQUIRED glib-2.0 db-util dlog libtzplatform-config)
+pkg_check_modules(apipkgs REQUIRED glib-2.0 db-util dlog libtzplatform-config sqlite3)
 
 FOREACH(flag ${apipkgs_CFLAGS})
        SET(EXTRA_CFLAGS "${EXTRA_CFLAGS} ${flag}")
index 6a5dbd24f38638b4baf57ff19cee5d9d024fc694..52917a6575c86af461c6af8284ec6aa9ce9fc8dc 100644 (file)
@@ -6,6 +6,7 @@ includedir=@INCLUDEDIR@
 Name: bluetooth-share-api
 Description: SAMSUNG Linux platform Bluetooth share API
 Version: @VERSION@
-Requires: dlog dbus-glib-1 vconf
+Requires.private: dlog vconf
+Requires: dbus-glib-1
 Libs: -L${libdir} -lbluetooth-share-api
 Cflags: -I${includedir} -I${includedir}/bluetooth-share-api
index e027dd69d3674f899a208f048ff60fda4f399f09..30ffccd4fa635165458374b943f45889ec733525 100644 (file)
@@ -10,7 +10,6 @@ Source1002: libbluetooth-share.manifest
 Source1003: libbluetooth-share-devel.manifest
 Source1004: init_db.sh
 Requires(post): coreutils
-Requires(post): sqlite
 Requires(post): smack
 BuildRequires:  cmake
 BuildRequires:  gettext-tools
@@ -18,6 +17,8 @@ BuildRequires:  pkgconfig(appcore-efl)
 BuildRequires:  pkgconfig(bluetooth-api)
 BuildRequires:  pkgconfig(glib-2.0)
 BuildRequires:  pkgconfig(dlog)
+BuildRequires:  pkgconfig(sqlite3)
+BuildRequires:  pkgconfig(ecore)
 # 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"