~ubuntu-branches/ubuntu/trusty/gnome-user-share/trusty

« back to all changes in this revision

Viewing changes to configure.in

  • Committer: Bazaar Package Importer
  • Author(s): Chris Coulson
  • Date: 2009-09-08 21:11:31 UTC
  • mfrom: (1.1.12 upstream)
  • Revision ID: james.westby@ubuntu.com-20090908211131-vc59d3rcdtdolp2v
Tags: 2.27.0-0ubuntu1
* New upstream version (LP: #426008):
  - Fix WebDAV sharing not working when service names are too long
  - Fix login problems to WebDAV
  - Don't error out if the Obex services are already started
  - Fix Obex services not working any more when bluetoothd is exited
  - UI fixes for rejected ObexPush transfers
* debian/control:
  - Add build-depend on libgnome-bluetooth-dev (>= 2.27.7.2).
  - Depend on gnome-bluetooth rather than bluez-gnome|gnome-bluetooth.
    gnome-bluetooth is on the default install now and this reduces the
    delta to Debian.
* Update debian/patches/01_notification.patch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
AC_INIT(gnome-user-share, 2.26.0)
 
1
AC_INIT(gnome-user-share, 2.27.0)
2
2
 
3
3
AM_INIT_AUTOMAKE([1.9 dist-bzip2 no-dist-gzip check-news])
4
4
AM_CONFIG_HEADER(config.h)
53
53
   AC_DEFINE(HAVE_DBUS_1_1, 1, [Set to true if we have D-BUS 1.1])
54
54
fi
55
55
 
56
 
PKG_CHECK_MODULES(USER_SHARE, glib-2.0 >= 2.15.2 gio-2.0 gdk-x11-2.0 gtk+-2.0 gconf-2.0 dbus-glib-1 libnotify $DBUS_MODULES)
 
56
PKG_CHECK_MODULES(USER_SHARE, glib-2.0 >= 2.15.2 gio-2.0 gdk-x11-2.0 gtk+-2.0 gconf-2.0 dbus-glib-1 libnotify $DBUS_MODULES gnome-bluetooth-1.0 >= 2.27.7.2)
57
57
AC_SUBST(USER_SHARE_CFLAGS)
58
58
AC_SUBST(USER_SHARE_LIBS)
59
59