~ubuntu-desktop/telepathy-indicator/ubuntu

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Ken VanDine
  • Date: 2010-08-11 20:59:16 UTC
  • Revision ID: ken.vandine@canonical.com-20100811205916-d7b9s35q6p5z1bzo
Bump up the required version of telepathy-glib to 0.11.12

Show diffs side-by-side

added added

removed removed

Lines of Context:
74
74
dnl Check for module and library dependancies
75
75
GLIB_REQUIRED=2.22
76
76
LIBINDICATE_REQUIRED=0.3.0
77
 
TELEPATHY_GLIB_REQUIRED=0.11.10
 
77
TELEPATHY_GLIB_REQUIRED=0.11.12
 
78
DBUSMENU_GLIB_REQUIRED=0.3.9
78
79
PKG_CHECK_MODULES(BASE,
79
80
                  glib-2.0 >= $GLIB_REQUIRED
80
81
                  gobject-2.0 >= $GLIB_REQUIRED
81
82
                  indicate >= $LIBINDICATE_REQUIRED
82
83
                  telepathy-glib >= $TELEPATHY_GLIB_REQUIRED
 
84
                  dbusmenu-glib >= $DBUSMENU_GLIB_REQUIRED
83
85
                  dbus-glib-1
84
86
                  gdk-2.0
85
87
                  )