diff options
author | Stefano Karapetsas <[email protected]> | 2012-06-08 11:46:35 +0200 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2012-06-08 11:46:35 +0200 |
commit | 6f9d49a3a1a6981f0cc09ae30d63505585e60c76 (patch) | |
tree | 6159d1c454f6a56c3f794705202a533c5db3e8a5 /configure.ac | |
parent | 3695f8d4564daf9a2149e9fb956b55f265a4257b (diff) | |
download | mate-notification-daemon-6f9d49a3a1a6981f0cc09ae30d63505585e60c76.tar.bz2 mate-notification-daemon-6f9d49a3a1a6981f0cc09ae30d63505585e60c76.tar.xz |
port to libmatewnck
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 59181f9..56df478 100644 --- a/configure.ac +++ b/configure.ac @@ -122,7 +122,7 @@ pkg_modules=" dbus-glib-1 >= $REQ_DBUS_VERSION, \ libcanberra-gtk >= $REQ_LIBCANBERRA_GTK_VERSION, \ mateconf-2.0, \ - libwnck-1.0 \ + libmatewnck \ x11 \ " PKG_CHECK_MODULES(NOTIFICATION_DAEMON, $pkg_modules) |