~ubuntu-branches/ubuntu/trusty/unity-place-files/trusty

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Bazaar Package Importer
  • Author(s): Didier Roche
  • Date: 2010-08-13 14:25:39 UTC
  • mto: This revision was merged to the branch mainline in revision 10.
  • Revision ID: james.westby@ubuntu.com-20100813142539-s79xch3u5ec3vs1u
Tags: upstream-0.5.14
ImportĀ upstreamĀ versionĀ 0.5.14

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
AC_INIT(unity-place-files, 0.5.12, https://launchpad.net/unity-place-files)
 
1
AC_INIT(unity-place-files, 0.5.14, https://launchpad.net/unity-place-files)
2
2
AC_COPYRIGHT([Copyright 2010 Canonical])
3
3
 
4
4
AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)
32
32
                  gobject-2.0 >= $GLIB_REQUIRED
33
33
                  gio-2.0 >= $GLIB_REQUIRED
34
34
                  gee-1.0
35
 
                  dee-1.0 >= 0.2.0
36
 
                  zeitgeist-1.0 >= 0.2.2
37
 
                  unity >= 0.2.15)
 
35
                  dee-1.0 >= 0.4.2
 
36
                  zeitgeist-1.0 >= 0.2.6
 
37
                  unity >= 0.2.25)
38
38
 
39
39
AC_SUBST(PLACE_DAEMON_CFLAGS)
40
40
AC_SUBST(PLACE_DAEMON_LIBS)
41
41
 
 
42
dnl Check minimum required version of Zeitgeist daemon
 
43
PKG_CHECK_MODULES(ZEITGEIST_DAEMON, zeitgeist-daemon >= 0.5.0)
 
44
 
42
45
dnl look for dbus service dir
43
46
DBUSSERVICEDIR=`$PKG_CONFIG --variable=session_bus_services_dir dbus-1`
44
47
AC_ARG_WITH([dbus-services],