add libsystemd-journal in spec file explicitly 93/86793/3 accepted/tizen/common/20160905.171424 accepted/tizen/ivi/20160905.235902 accepted/tizen/mobile/20160905.235729 accepted/tizen/tv/20160905.235810 accepted/tizen/wearable/20160905.235835 submit/tizen/20160905.010800
authorJunghyun Yeon <jungh.yeon@samsung.com>
Mon, 5 Sep 2016 02:19:03 +0000 (11:19 +0900)
committerJunghyun Yeon <jungh.yeon@samsung.com>
Mon, 5 Sep 2016 02:38:28 +0000 (11:38 +0900)
Change-Id: I1597418706e9ac2dc724a159463f55d41cf15e55
Signed-off-by: Junghyun Yeon <jungh.yeon@samsung.com>
CMakeLists.txt
packaging/app-installers.spec
src/common/CMakeLists.txt

index 39d2f1d..2acdfef 100644 (file)
@@ -61,6 +61,7 @@ PKG_CHECK_MODULES(APP2SD_DEPS REQUIRED app2sd)
 PKG_CHECK_MODULES(CAPI_SYSTEM_INFO_DEPS REQUIRED capi-system-info)
 PKG_CHECK_MODULES(VCONF_DEPS REQUIRED vconf vconf-internal-keys)
 PKG_CHECK_MODULES(STORAGE_DEPS REQUIRED storage)
+PKG_CHECK_MODULES(LIBSYSTEMD_DEPS REQUIRED libsystemd)
 
 FIND_PACKAGE(Boost REQUIRED COMPONENTS system filesystem regex program_options)
 FIND_PACKAGE(GTest REQUIRED)
index 094c7f4..e510377 100644 (file)
@@ -38,6 +38,7 @@ BuildRequires:  pkgconfig(capi-system-info)
 BuildRequires:  pkgconfig(vconf)
 BuildRequires:  pkgconfig(vconf-internal-keys)
 BuildRequires:  pkgconfig(storage)
+BuildRequires:  pkgconfig(libsystemd)
 
 Requires: ca-certificates-tizen
 Requires: libtzplatform-config
index 1ba13da..b53ea75 100644 (file)
@@ -126,6 +126,7 @@ APPLY_PKG_CONFIG(${TARGET_LIBNAME_COMMON} PUBLIC
   APP2SD_DEPS
   CAPI_SYSTEM_INFO_DEPS
   STORAGE_DEPS
+  LIBSYSTEMD_DEPS
   Boost
 )