add notification requires in pc file 81/94881/2 accepted/tizen/3.0/ivi/20161103.131748 accepted/tizen/3.0/mobile/20161103.131651 accepted/tizen/3.0/tv/20161103.131710 accepted/tizen/3.0/wearable/20161103.131730 submit/tizen_3.0/20161102.064015
authorJiwoong Im <jiwoong.im@samsung.com>
Wed, 2 Nov 2016 01:23:08 +0000 (10:23 +0900)
committerJiwoong Im <jiwoong.im@samsung.com>
Wed, 2 Nov 2016 01:42:57 +0000 (10:42 +0900)
Change-Id: I346d67056b6d3e8c9c7dc4931d9e875a598919a3
Signed-off-by: Jiwoong Im <jiwoong.im@samsung.com>
alarm-service.pc.in
src/CMakeLists.txt

index f162350..e1736a5 100644 (file)
@@ -6,6 +6,6 @@ includedir=@INCLUDE_INSTALL_DIR@
 Name: alarm-service
 Description: alarm library
 Version: @VERSION@
-Requires: glib-2.0 gobject-2.0 dlog
+Requires: glib-2.0 gobject-2.0 dlog notification
 Libs: -L${libdir} -lalarm
 Cflags: -I${includedir}
index a40387b..c28727d 100644 (file)
@@ -2,7 +2,7 @@ SET(this_target alarm)
 
 INCLUDE_DIRECTORIES(${CMAKE_SOURCE_DIR}/include)
 
-SET(LIB_PKGS glib-2.0 gobject-2.0 dlog bundle appsvc gio-2.0 gio-unix-2.0 libtzplatform-config)
+SET(LIB_PKGS glib-2.0 gobject-2.0 dlog bundle appsvc gio-2.0 gio-unix-2.0 libtzplatform-config notification)
 
 INCLUDE(FindPkgConfig)
 pkg_check_modules(lib_pkgs REQUIRED ${LIB_PKGS})