diff options
author | Elan Ruusamäe <[email protected]> | 2013-02-18 22:07:40 +0200 |
---|---|---|
committer | Elan Ruusamäe <[email protected]> | 2013-02-18 22:07:40 +0200 |
commit | d263541b686f36a8f61c00eaee4d852ce5e8a766 (patch) | |
tree | 52424675d3e106fb3fb6f31e4ec125da5dab833d /configure.ac | |
parent | 38ef332671d38e8653887b75143d7f0a0f29f157 (diff) | |
download | mate-notification-daemon-d263541b686f36a8f61c00eaee4d852ce5e8a766.tar.bz2 mate-notification-daemon-d263541b686f36a8f61c00eaee4d852ce5e8a766.tar.xz |
use libnotify, not libmatenotify
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 3996f77..28afdea 100644 --- a/configure.ac +++ b/configure.ac @@ -133,7 +133,7 @@ AC_SUBST(NOTIFICATION_DAEMON_LIBS) dnl --------------------------------------------------------------------------- dnl Requirements for the setup tool dnl --------------------------------------------------------------------------- -PKG_CHECK_MODULES(NOTIFICATION_CAPPLET, glib-2.0 >= $REQ_GLIB_VERSION gio-2.0 >= $REQ_GIO_VERSION gtk+-$GTK_API_VERSION >= $GTK_REQUIRED libmatenotify dbus-1 dbus-glib-1) +PKG_CHECK_MODULES(NOTIFICATION_CAPPLET, glib-2.0 >= $REQ_GLIB_VERSION gio-2.0 >= $REQ_GIO_VERSION gtk+-$GTK_API_VERSION >= $GTK_REQUIRED libnotify dbus-1 dbus-glib-1) AC_SUBST(NOTIFICATION_CAPPLET_CFLAGS) AC_SUBST(NOTIFICATION_CAPPLET_LIBS) |