~ps-jenkins/indicator-bluetooth/ubuntu-utopic-proposed

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Charles Kerr
  • Date: 2013-09-25 20:06:30 UTC
  • mto: This revision was merged to the branch mainline in revision 62.
  • Revision ID: charles.kerr@canonical.com-20130925200630-hz2w3vlkj5sdjabc
use url-dispatcher instead of invoking system-settings directly.

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
 
17
17
GLIB_REQUIRED_VERSION=2.36
18
18
GIO_REQUIRED_VERSION=2.36
 
19
URL_DISPATCHER_1_REQUIRED_VERSION=1
19
20
 
20
21
PKG_CHECK_MODULES(SERVICE_DEPS, [glib-2.0 >= $GLIB_REQUIRED_VERSION
21
 
                                 gio-unix-2.0 >= $GIO_REQUIRED_VERSION])
 
22
                                 gio-unix-2.0 >= $GIO_REQUIRED_VERSION
 
23
                                 url-dispatcher-1 >= $URL_DISPATCHER_1_REQUIRED_VERSION])
 
24
 
22
25
 
23
26
dnl ##############################
24
27
dnl # Custom Junk