python/hypothesis: update to 6.122.3
[oi-userland.git] / components / desktop / tracker / patches / 03-dbus-glib.patch
blobfa340632e8cd93a4987a4dc4d3bd907234303bc4
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
8 @@ -197,6 +197,7 @@
10 # Library required versions
11 DBUS_REQUIRED=1.3.1
12 +DBUS_GLIB_REQUIRED=0.100
13 GLIB_REQUIRED=2.40.0
14 PANGO_REQUIRED=1.0.0
15 GTK_REQUIRED=3.0.0
16 @@ -967,6 +968,7 @@
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],
22 [have_hal=yes] ,
23 [have_hal=no])