From f21ba0f6e9ec1d4234484d278c57b5c8b69eea3e Mon Sep 17 00:00:00 2001 From: Diego Escalante Urrelo Date: Sun, 23 Dec 2007 17:36:17 +0000 Subject: download-dialog hidden state is now saved to gconf. New downloads started while the dialog is hidden pop-up a notification (as in libnotify). We now require libnotify to build. Fixes bug #311209. svn path=/trunk/; revision=7802 --- configure.ac | 2 ++ 1 file changed, 2 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index e29fc4412..e28914136 100644 --- a/configure.ac +++ b/configure.ac @@ -104,6 +104,7 @@ LIBGNOME_REQUIRED=2.14.0 LIBGNOMEUI_REQUIRED=2.14.0 GNOME_DESKTOP_REQUIRED=2.9.91 LIBSTARTUP_NOTIFICATION_REQUIRED=0.5 +LIBNOTIFY_REQUIRED=0.4 DBUS_GLIB_REQUIRED=0.35 PKG_CHECK_MODULES([DEPENDENCIES], [ @@ -121,6 +122,7 @@ PKG_CHECK_MODULES([DEPENDENCIES], [ gconf-2.0 gnome-desktop-2.0 >= $GNOME_DESKTOP_REQUIRED libstartup-notification-1.0 >= $LIBSTARTUP_NOTIFICATION_REQUIRED + libnotify >= $LIBNOTIFY_REQUIRED ]) AC_SUBST([DEPENDENCIES_CFLAGS]) AC_SUBST([DEPENDENCIES_LIBS]) -- cgit