From: Hyotaek Shim Date: Thu, 10 May 2018 00:12:04 +0000 (+0900) Subject: Remove unused dependency to dbus-glib X-Git-Tag: accepted/tizen/unified/20180510.070909~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F69%2F178369%2F1;p=platform%2Fcore%2Fapi%2Fnotification.git Remove unused dependency to dbus-glib Change-Id: I8a5ca156fd35f9fb98e39dfeaf5c1eeba4a276d1 Signed-off-by: Hyotaek Shim --- diff --git a/CMakeLists.txt b/CMakeLists.txt index b92dfa5..f528db1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -24,7 +24,6 @@ pkg_check_modules(pkgs REQUIRED dlog aul dbus-1 - dbus-glib-1 capi-appfw-app-control capi-appfw-package-manager pkgmgr-info diff --git a/packaging/notification.spec b/packaging/notification.spec index d6af02a..47472a5 100644 --- a/packaging/notification.spec +++ b/packaging/notification.spec @@ -12,7 +12,6 @@ BuildRequires: pkgconfig(bundle) BuildRequires: pkgconfig(dbus-1) BuildRequires: pkgconfig(dlog) BuildRequires: pkgconfig(aul) -BuildRequires: pkgconfig(dbus-glib-1) BuildRequires: pkgconfig(capi-appfw-app-control) BuildRequires: pkgconfig(capi-appfw-package-manager) BuildRequires: pkgconfig(pkgmgr-info) diff --git a/src/notification.c b/src/notification.c index d49408f..c989e09 100644 --- a/src/notification.c +++ b/src/notification.c @@ -21,7 +21,6 @@ #include #include #include -#include #include #include diff --git a/src/notification_internal.c b/src/notification_internal.c index 1ce50d1..12b292a 100644 --- a/src/notification_internal.c +++ b/src/notification_internal.c @@ -21,7 +21,6 @@ #include #include #include -#include #include #include