1 Tracker uses functions from dbus-glib but forgets to link to it; this is
2 probably because the HAL backend is basically unmaintained at this point.
4 Need to file upstream bug
6 --- tracker-1.4.0/configure.ac 2015-07-08 18:31:00.186791785 -0700
7 +++ tracker-1.4.0.new/configure.ac 2015-07-08 18:30:17.307448003 -0700
10 # Library required versions
12 +DBUS_GLIB_REQUIRED=0.100
17 if test "x$have_upower" != "xyes" && test "x$enable_hal" != "xno"; then
18 PKG_CHECK_MODULES(HAL,
19 [dbus-1 >= $DBUS_REQUIRED
20 + dbus-glib-1 >= $DBUS_GLIB_REQUIRED
21 hal >= $HAL_REQUIRED],