diff options
author | Xavier Claessens <xclaesse@src.gnome.org> | 2009-01-31 01:06:57 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2009-01-31 01:06:57 +0800 |
commit | 4e1b88dae5c7fa56c82cb8c0fbcdfdc0d1479156 (patch) | |
tree | c2c6f340560432bece864cd530e6ede7804a9e99 /configure.ac | |
parent | 6dfde45e768fc63e112c23088415c9fdaafa8418 (diff) | |
download | gsoc2013-empathy-4e1b88dae5c7fa56c82cb8c0fbcdfdc0d1479156.tar gsoc2013-empathy-4e1b88dae5c7fa56c82cb8c0fbcdfdc0d1479156.tar.gz gsoc2013-empathy-4e1b88dae5c7fa56c82cb8c0fbcdfdc0d1479156.tar.bz2 gsoc2013-empathy-4e1b88dae5c7fa56c82cb8c0fbcdfdc0d1479156.tar.lz gsoc2013-empathy-4e1b88dae5c7fa56c82cb8c0fbcdfdc0d1479156.tar.xz gsoc2013-empathy-4e1b88dae5c7fa56c82cb8c0fbcdfdc0d1479156.tar.zst gsoc2013-empathy-4e1b88dae5c7fa56c82cb8c0fbcdfdc0d1479156.zip |
Require latest libnotify. Don't crash when clicking the notification.
svn path=/trunk/; revision=2274
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
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 ]) # ----------------------------------------------------------- |