On Wed, Oct 02, 2024 at 07:50:04PM +0200, Bartosz Golaszewski wrote: > On Wed, Oct 2, 2024 at 3:31 PM Bartosz Golaszewski <brgl@xxxxxxxx> wrote: > > > > I've just tagged and pushed out the first release candidate for libgpiod v2.2. > > > > It's a big release that - next to an assortment of smaller > > improvements and bug-fixes - brings in a big new feature: D-Bus daemon > > and command-line client together with GObject bindings to core > > libgpiod. > > > > It's in good enough shape to now focus on ironing out the creases and > > make it available in the following weeks. > > > > The tarball and git tree are in their usual places[1][2]. > > > > Bart > > > > [1] https://mirrors.edge.kernel.org/pub/software/libs/libgpiod/ > > [2] git://git.kernel.org/pub/scm/libs/libgpiod/libgpiod.git > > Well, that wasn't very good, rc1 had a build issue in the tarball. I > had to fix it up and release rc2 which now builds fine in yocto. > I'm trying to do a build without any glib related targets: ./autogen.sh --prefix=/usr/local --enable-bindings-python --enable-bindings-cxx --enable-tools --enable-tests --enable-gpioset-interactive --enable-examples but I get: checking for glib-2.0 >= 2.50... no configure: error: Package requirements (glib-2.0 >= 2.50) were not met: Package 'glib-2.0', required by 'virtual:world', not found Why is glib now required? Cheers, Kent.