build: imply --enable-bindings-glib for --enable-dbus
authorBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Wed, 4 Sep 2024 14:01:27 +0000 (16:01 +0200)
committerBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Thu, 5 Sep 2024 07:27:13 +0000 (09:27 +0200)
commitd78d43bcfffdf5c96702a668a5df3a116aa4c8d7
tree3a37d79357170d0c4b0b886a9b34f70f0da68a24
parentc701785717629ecb609764092414d1f164022d2a
build: imply --enable-bindings-glib for --enable-dbus

GLib bindings are required to build the D-Bus daemon. Enable them
automatically if --enable-dbus is passed to configure.

Fixes: a5ab76da1e0a ("dbus: add the D-Bus daemon, command-line client and tests")
Reported-by: Douglas Silva <doug.hs@proton.me>
Suggested-by: Kent Gibson <warthog618@gmail.com>
Tested-by: Kent Gibson <warthog618@gmail.com>
Link: https://lore.kernel.org/r/20240904140127.58667-1-brgl@bgdev.pl
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
configure.ac