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)
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}")
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
Source1003: libbluetooth-share-devel.manifest
Source1004: init_db.sh
Requires(post): coreutils
-Requires(post): sqlite
Requires(post): smack
BuildRequires: cmake
BuildRequires: gettext-tools
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"