summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyuho Jo <kyuho.jo@samsung.com>2015-03-05 12:59:26 +0900
committerKyuho Jo <kyuho.jo@samsung.com>2015-03-05 12:59:26 +0900
commit77f4e20ebad57f808077f8add41efae0b3868725 (patch)
treebc5983a47e6c5a24ddabcd469d4948b3bda063a9
parentcb3d9ab07ff8a8ce86ebeba974dbf51f0b0ce87a (diff)
downloadnotification-77f4e20ebad57f808077f8add41efae0b3868725.tar.gz
notification-77f4e20ebad57f808077f8add41efae0b3868725.tar.bz2
notification-77f4e20ebad57f808077f8add41efae0b3868725.zip
Modify the pkgconfig file.
Change-Id: I271ddac0baff3c01babe51dbecc7bc22abe22c1a Signed-off-by: Kyuho Jo <kyuho.jo@samsung.com>
-rwxr-xr-xinclude/notification.h2
-rwxr-xr-xnotification.pc.in2
-rwxr-xr-xpackaging/notification.spec2
3 files changed, 3 insertions, 3 deletions
diff --git a/include/notification.h b/include/notification.h
index 47ccd84..b7e3d48 100755
--- a/include/notification.h
+++ b/include/notification.h
@@ -765,7 +765,7 @@ int notification_set_event_handler(notification_h noti, notification_event_type_
...
- noti_err = notification_get_launch_option(noti, NOTIFICATION_EVENT_TYPE_CLICK_ON_BUTTON_1, (void *)&app_control);
+ noti_err = notification_get_event_handler(noti, NOTIFICATION_EVENT_TYPE_CLICK_ON_BUTTON_1, &app_control);
if(noti_err != NOTIFICATION_ERROR_NONE) {
notification_free(noti);
return;
diff --git a/notification.pc.in b/notification.pc.in
index 15e8662..f20fd1e 100755
--- a/notification.pc.in
+++ b/notification.pc.in
@@ -6,6 +6,6 @@ includedir=@INCLUDEDIR@
Name: notification
Description: Notification Library
Version: @VERSION@
-Requires: bundle capi-base-common
+Requires: bundle capi-base-common capi-appfw-application
Libs: -L${libdir} -lnotification
Cflags: -I${includedir}
diff --git a/packaging/notification.spec b/packaging/notification.spec
index 888d6e5..f5712fe 100755
--- a/packaging/notification.spec
+++ b/packaging/notification.spec
@@ -1,6 +1,6 @@
Name: notification
Summary: notification library
-Version: 0.2.23
+Version: 0.2.24
Release: 1
Group: TBD
License: Apache