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 47ccd84efd267c854a423f5c22685fdc7b7d8095..b7e3d487000dddc51393482debc69410ac84bf4e 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 15e86623b85e394de3e23b1b6215f0c83c1f61dd..f20fd1eb3312508a44b404bde82990570dd9d348 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 888d6e51a669041976cc1ee50c772985122ea0f1..f5712fecca2ba04cb9cecddd3997716be954a56f 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