dbus: update glib dependency to 2.80
authorKent Gibson <warthog618@gmail.com>
Wed, 4 Sep 2024 12:50:14 +0000 (20:50 +0800)
committerBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Thu, 5 Sep 2024 07:29:51 +0000 (09:29 +0200)
commita726309792cfb89f96a79146bc13484509e39436
tree1ff082a39d689b911065e5f59a959b50fc8124e3
parentd78d43bcfffdf5c96702a668a5df3a116aa4c8d7
dbus: update glib dependency to 2.80

The gpio-manager makes use of g_log_writer_default_set_debug_domains()
which was added in glib 2.80, but the dependency in configure.ac is only
glib 2.54. This results in compile errors when built with glib between 2.54
and 2.80.

Update the glib dependency, and related dependencies, to 2.80.

Signed-off-by: Kent Gibson <warthog618@gmail.com>
Link: https://lore.kernel.org/r/20240904125014.262715-1-warthog618@gmail.com
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
configure.ac