From c7db66143bbe71f055626f3a94bc87c7c51dfa34 Mon Sep 17 00:00:00 2001 From: Stefano Karapetsas Date: Sun, 19 Jan 2014 14:30:46 +0100 Subject: Fix configure script with GTK3 Closes #29 https://github.com/mate-desktop/mate-notification-daemon/issues/29 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, [ -- cgit v1.2.1