diff options
author | Hyotaek Shim <hyotaek.shim@samsung.com> | 2018-05-10 09:12:04 +0900 |
---|---|---|
committer | Hyotaek Shim <hyotaek.shim@samsung.com> | 2018-05-10 09:12:04 +0900 |
commit | 366d0127b90ab5b9578d9226cd358a530459f20e (patch) | |
tree | 526d5321646c7909f0214a40cc5d52f68f1803ed | |
parent | 15476cc720a7f2e92f99e1dbbc0f9188a629d00b (diff) | |
download | notification-366d0127b90ab5b9578d9226cd358a530459f20e.tar.gz notification-366d0127b90ab5b9578d9226cd358a530459f20e.tar.bz2 notification-366d0127b90ab5b9578d9226cd358a530459f20e.zip |
Remove unused dependency to dbus-glib
Change-Id: I8a5ca156fd35f9fb98e39dfeaf5c1eeba4a276d1
Signed-off-by: Hyotaek Shim <hyotaek.shim@samsung.com>
-rw-r--r-- | CMakeLists.txt | 1 | ||||
-rw-r--r-- | packaging/notification.spec | 1 | ||||
-rw-r--r-- | src/notification.c | 1 | ||||
-rw-r--r-- | src/notification_internal.c | 1 |
4 files changed, 0 insertions, 4 deletions
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 <fcntl.h> #include <libintl.h> #include <dbus/dbus.h> -#include <dbus/dbus-glib-lowlevel.h> #include <app_control.h> #include <app_control_internal.h> 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 <fcntl.h> #include <libintl.h> #include <dbus/dbus.h> -#include <dbus/dbus-glib-lowlevel.h> #include <gio/gio.h> #include <aul.h> |