~skypce/indicator-session/indicator-session

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Bazaar Package Importer
  • Author(s): Ken VanDine
  • Date: 2009-12-10 10:42:21 UTC
  • mfrom: (1.1.9 upstream)
  • mto: This revision was merged to the branch mainline in revision 14.
  • Revision ID: james.westby@ubuntu.com-20091210104221-vf7zqsien3deqc1p
Tags: 0.1.7+r58-0ubuntu1
* New snapshot for libindicator 0.3.0
* debian/control
  - build depend on libtelepathy-glib-dev instead of libempathy-dev
  - build depend on libindicator-dev >= 0.3.0
* removed 03_tp_glib.patch and 99_autoreconf.patch, applied upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
###########################
27
27
 
28
28
GTK_REQUIRED_VERSION=2.12
29
 
INDICATOR_REQUIRED_VERSION=0.2.0
 
29
INDICATOR_REQUIRED_VERSION=0.3.0
30
30
DBUSMENUGTK_REQUIRED_VERSION=0.1.1
31
31
POLKIT_REQUIRED_VERSION=0.92
32
32
 
37
37
AC_SUBST(APPLET_LIBS)
38
38
 
39
39
DBUSMENUGLIB_REQUIRED_VERSION=0.1.1
40
 
LIBEMPATHY_REQUIRED_VERSION=2.27.0
 
40
TELEPATHYGLIB_REQUIRED_VERSION=0.9.0
41
41
 
42
42
PKG_CHECK_MODULES(STATUSSERVICE, dbusmenu-glib >= $DBUSMENUGLIB_REQUIRED_VERSION
43
 
                                 libempathy >= $LIBEMPATHY_REQUIRED_VERSION)
 
43
                                 telepathy-glib >= $TELEPATHYGLIB_REQUIRED_VERSION)
44
44
 
45
45
AC_SUBST(STATUSERVICE_CFLAGS)
46
46
AC_SUBST(STATUSERVICE_LIBS)