~ken-vandine/indicator-session/gdbus-ppa

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Ken VanDine
  • Date: 2011-01-11 18:48:41 UTC
  • mfrom: (10.86.11 indicator-session)
  • Revision ID: ken.vandine@canonical.com-20110111184841-2v1o2n289q0rbgv6
* Merged gdbus and dbusmenu-glib-0.4 port
* debian/control
  - Added build depends for dh-autoreconf
* debian/rules
  - Added autoreconf.mk

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
 
33
33
PKG_CHECK_MODULES(APPLET, gtk+-2.0 >= $GTK_REQUIRED_VERSION
34
34
                          indicator >= $INDICATOR_REQUIRED_VERSION
35
 
                                                  dbusmenu-gtk >= $DBUSMENUGTK_REQUIRED_VERSION)
 
35
                          dbusmenu-gtk-0.4 >= $DBUSMENUGTK_REQUIRED_VERSION)
36
36
AC_SUBST(APPLET_CFLAGS)
37
37
AC_SUBST(APPLET_LIBS)
38
38
 
39
39
DBUSMENUGLIB_REQUIRED_VERSION=0.1.1
40
40
 
41
 
PKG_CHECK_MODULES(SESSIONSERVICE, dbusmenu-glib >= $DBUSMENUGLIB_REQUIRED_VERSION
42
 
                                                          dbusmenu-gtk >= $DBUSMENUGTK_REQUIRED_VERSION
 
41
PKG_CHECK_MODULES(SESSIONSERVICE, dbusmenu-glib-0.4 >= $DBUSMENUGLIB_REQUIRED_VERSION
 
42
                                  dbusmenu-gtk-0.4 >= $DBUSMENUGTK_REQUIRED_VERSION
 
43
                                  dbus-glib-1
43
44
                                  gio-unix-2.0
44
45
                                  indicator >= $INDICATOR_REQUIRED_VERSION)
45
46