diff options
author | Stefano Karapetsas <[email protected]> | 2014-01-19 14:30:46 +0100 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2014-01-19 14:30:46 +0100 |
commit | c7db66143bbe71f055626f3a94bc87c7c51dfa34 (patch) | |
tree | d3e7f9bebb4e1381c2ac4e4d7619ce4ab48e66dd /configure.ac | |
parent | 98b41ca539cb59f76a7bff90d0d335bee43d1376 (diff) | |
download | mate-notification-daemon-c7db66143bbe71f055626f3a94bc87c7c51dfa34.tar.bz2 mate-notification-daemon-c7db66143bbe71f055626f3a94bc87c7c51dfa34.tar.xz |
Fix configure script with GTK3
Closes #29
https://github.com/mate-desktop/mate-notification-daemon/issues/29
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 0d8dbcf..a7cda26 100644 --- a/configure.ac +++ b/configure.ac @@ -141,7 +141,7 @@ AC_SUBST(NOTIFICATION_CAPPLET_LIBS) gdk_modules=" gdk-$GTK_API_VERSION >= $GTK_REQUIRED, \ - gdk-pixbuf-2.0 >= $GTK_REQUIRED \ + gdk-pixbuf-2.0 >= 2.18.0 \ " PKG_CHECK_MODULES(GDK, $gdk_modules, have_gdk=yes, [ |