~ps-jenkins/indicator-session/latestsnapshot-12.10.5+13.10.20130823-0ubuntu1

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Ken VanDine
  • Date: 2009-09-03 20:37:04 UTC
  • mfrom: (10.1.28 ubuntu)
  • mto: (10.1.29 ubuntu)
  • mto: This revision was merged to the branch mainline in revision 373.
  • Revision ID: ken.vandine@canonical.com-20090903203704-pbv87pzg0jky7973
* Upstream update 0.1.1 for dbusmenu 0.1.2 (LP: #423975)
* debian/control: Increasing dbusmenu dep to 0.1.2

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)
 
7
AM_INIT_AUTOMAKE(indicator-session, 0.1.1)
8
8
 
9
9
AM_MAINTAINER_MODE
10
10
 
25
25
 
26
26
GTK_REQUIRED_VERSION=2.12
27
27
INDICATOR_REQUIRED_VERSION=0.2.0
28
 
DBUSMENUGTK_REQUIRED_VERSION=0.1.0
 
28
DBUSMENUGTK_REQUIRED_VERSION=0.1.1
29
29
 
30
30
PKG_CHECK_MODULES(APPLET, gtk+-2.0 >= $GTK_REQUIRED_VERSION
31
31
                          indicator >= $INDICATOR_REQUIRED_VERSION
33
33
AC_SUBST(APPLET_CFLAGS)
34
34
AC_SUBST(APPLET_LIBS)
35
35
 
36
 
DBUSMENUGLIB_REQUIRED_VERSION=0.0.0
 
36
DBUSMENUGLIB_REQUIRED_VERSION=0.1.1
37
37
 
38
38
PKG_CHECK_MODULES(STATUSSERVICE, dbusmenu-glib >= $DBUSMENUGLIB_REQUIRED_VERSION)
39
39