~skypce/indicator-session/indicator-session

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Bazaar Package Importer
  • Author(s): Ted Gould
  • Date: 2009-09-24 17:07:51 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20090924170751-l7afnthkpri6diwd
Tags: 0.1.5-0ubuntu1
* Upstream release 0.1.5 (LP: #436223)
  * PolicyKit-1 support (LP: #418643)
  * GDM User list support (LP: #422052)
  * MissionControl5 support (LP: #427643)
  * Better locking of the screensaver (LP: #428115)
* debian/control: Adding in a libempathy-dev build dependency
  as it's now required by upstream.
* Removing patches 01_polkit-1.patch and 99_autoreconf.patch
  as they were merged upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
AC_PREREQ(2.53)
5
5
 
6
6
AM_CONFIG_HEADER(config.h)
7
 
AM_INIT_AUTOMAKE(indicator-session, 0.1.4)
 
7
AM_INIT_AUTOMAKE(indicator-session, 0.1.5)
8
8
 
9
9
AM_MAINTAINER_MODE
10
10
 
28
28
GTK_REQUIRED_VERSION=2.12
29
29
INDICATOR_REQUIRED_VERSION=0.2.0
30
30
DBUSMENUGTK_REQUIRED_VERSION=0.1.1
 
31
POLKIT_REQUIRED_VERSION=0.92
31
32
 
32
33
PKG_CHECK_MODULES(APPLET, gtk+-2.0 >= $GTK_REQUIRED_VERSION
33
34
                          indicator >= $INDICATOR_REQUIRED_VERSION
36
37
AC_SUBST(APPLET_LIBS)
37
38
 
38
39
DBUSMENUGLIB_REQUIRED_VERSION=0.1.1
 
40
LIBEMPATHY_REQUIRED_VERSION=2.27.0
39
41
 
40
 
PKG_CHECK_MODULES(STATUSSERVICE, dbusmenu-glib >= $DBUSMENUGLIB_REQUIRED_VERSION)
 
42
PKG_CHECK_MODULES(STATUSSERVICE, dbusmenu-glib >= $DBUSMENUGLIB_REQUIRED_VERSION
 
43
                                 libempathy >= $LIBEMPATHY_REQUIRED_VERSION)
41
44
 
42
45
AC_SUBST(STATUSERVICE_CFLAGS)
43
46
AC_SUBST(STATUSERVICE_LIBS)
53
56
AC_SUBST(SESSIONERVICE_LIBS)
54
57
 
55
58
PKG_CHECK_MODULES(GTKLOGOUTHELPER, gtk+-2.0 >= $GTK_REQUIRED_VERSION
56
 
                                   polkit-gnome)
 
59
                                   polkit-gobject-1 >= $POLKIT_REQUIRED_VERSION)
 
60
 
57
61
 
58
62
AC_SUBST(GTKLOGOUTHELPER_CFLAGS)
59
63
AC_SUBST(GTKLOGOUTHELPER_LIBS)