Modify the pkgconfig file.
authorKyuho Jo <kyuho.jo@samsung.com>
Thu, 5 Mar 2015 03:59:26 +0000 (12:59 +0900)
committerKyuho Jo <kyuho.jo@samsung.com>
Thu, 5 Mar 2015 03:59:26 +0000 (12:59 +0900)
Change-Id: I271ddac0baff3c01babe51dbecc7bc22abe22c1a
Signed-off-by: Kyuho Jo <kyuho.jo@samsung.com>
include/notification.h
notification.pc.in
packaging/notification.spec

index 47ccd84..b7e3d48 100755 (executable)
@@ -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;
index 15e8662..f20fd1e 100755 (executable)
@@ -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}
index 888d6e5..f5712fe 100755 (executable)
@@ -1,6 +1,6 @@
 Name:       notification
 Summary:    notification library
-Version:    0.2.23
+Version:    0.2.24
 Release:    1
 Group:      TBD
 License:    Apache