diff options
author | Xan Lopez <xlopez@igalia.com> | 2011-08-29 21:49:08 +0800 |
---|---|---|
committer | Xan Lopez <xlopez@igalia.com> | 2011-08-29 21:49:08 +0800 |
commit | 540c0c0ac46399462dfad2c3fd0a50a412882307 (patch) | |
tree | e030bf92f223f7b35e30b3e06a430b9a82e8d9ba /configure.ac | |
parent | e6785d3ccc5a5a7c933a50b1a224fc01ee741c9c (diff) | |
download | gsoc2013-epiphany-540c0c0ac46399462dfad2c3fd0a50a412882307.tar.gz gsoc2013-epiphany-540c0c0ac46399462dfad2c3fd0a50a412882307.tar.zst gsoc2013-epiphany-540c0c0ac46399462dfad2c3fd0a50a412882307.zip |
Show a notification when the newly created web-app is ready to be used
This will probably go away in 3.4 when the new dash design is
introduced, but for now it's the best we have.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index cdf52a845..dec2be9f9 100644 --- a/configure.ac +++ b/configure.ac @@ -91,6 +91,7 @@ WEBKIT_GTK_REQUIRED=1.5.2 LIBSOUP_GNOME_REQUIRED=2.33.1 GNOME_KEYRING_REQUIRED=2.26.0 GSETTINGS_DESKTOP_SCHEMAS_REQUIRED=0.0.1 +LIBNOTIFY_REQUIRED=0.5.1 # Tests @@ -118,6 +119,7 @@ PKG_CHECK_MODULES([DEPENDENCIES], [ libsoup-gnome-2.4 >= $LIBSOUP_GNOME_REQUIRED gnome-keyring-1 >= $GNOME_KEYRING_REQUIRED gsettings-desktop-schemas >= $GSETTINGS_DESKTOP_SCHEMAS_REQUIRED + libnotify >= $LIBNOTIFY_REQUIRED ]) # ****************** |