diff options
author | Florian Müllner <fmuellner@gnome.org> | 2014-11-29 02:31:04 +0000 |
---|---|---|
committer | Cosimo Cecchi <cosimoc@gnome.org> | 2014-11-29 10:05:19 -0800 |
commit | a98c9300f4f6eedba8f6a54411e682107f259eda (patch) | |
tree | 61f01ad611ed3b8b78309374ff9177316d80ac1b /configure.ac | |
parent | 3c7ef4ae825308ec723eb684a88baf30348a9867 (diff) | |
download | nautilus-a98c9300f4f6eedba8f6a54411e682107f259eda.tar.gz |
Remove libnotify dependency
After the port to GNotifications, libnotify is only used to check
whether the server supports persistence. Just call the underlying
DBus method directly and remove the dependency.
https://bugzilla.gnome.org/show_bug.cgi?id=740886
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 20f409412..f8d307195 100644 --- a/configure.ac +++ b/configure.ac @@ -286,7 +286,6 @@ PKG_CHECK_MODULES(NAUTILUS, [ gio-2.0 >= glib_minver gio-unix-2.0 >= glib_minver gsettings-desktop-schemas >= schemas_minver - libnotify >= notify_minver ]) dnl Multimedia keys |