aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 2797c0f80..23b1cbb37 100644
--- a/configure.ac
+++ b/configure.ac
@@ -34,6 +34,7 @@ TELEPATHY_GLIB_REQUIRED=0.7.19
MISSION_CONTROL_REQUIRED=4.61
ENCHANT_REQUIRED=1.2.0
ISO_CODES_REQUIRED=0.35
+LIBNOTIFY_REQUIRED=0.4.5
# Uncomment that to build with deprecated symbols disabled
#AC_DEFINE(G_DISABLE_DEPRECATED, [], [Disable deprecated GLib symbols])
@@ -108,7 +109,7 @@ PKG_CHECK_MODULES(EMPATHY,
libglade-2.0 >= $LIBGLADE_REQUIRED
libebook-1.2
libcanberra-gtk >= 0.4
- libnotify
+ libnotify >= $LIBNOTIFY_REQUIRED
])
# -----------------------------------------------------------