~unity8-desktop-session-team/indicator-session/indicator-session-using-upstart

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Tarmac
  • Author(s): Robert Ancell
  • Date: 2012-11-30 11:07:01 UTC
  • mfrom: (376.1.1 indicator-session)
  • Revision ID: tarmac-20121130110701-kjttxomnwgaur72y
Use GDbus. Fixes: https://bugs.launchpad.net/bugs/1084756.

Approved by Charles Kerr.

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
PKG_CHECK_MODULES(SESSIONSERVICE, glib-2.0 >= $GLIB_REQUIRED_VERSION
47
47
                                  dbusmenu-glib-0.4 >= $DBUSMENUGLIB_REQUIRED_VERSION
48
48
                                  dbusmenu-gtk3-0.4 >= $DBUSMENUGTK_REQUIRED_VERSION
49
 
                                  dbus-glib-1
50
49
                                  gio-unix-2.0
51
50
                                  indicator3-0.4 >= $INDICATOR_REQUIRED_VERSION
52
51
                                  packagekit-glib2)