Thanks, applied as 61aa41492770cc42b2bf0dedf0cac4a0886d277c. Michael
[sent from post-receive hook] On Mon, 16 Sep 2024 16:34:08 +0200, Lucas Sinn <[email protected]> wrote: > Updates. > https://github.com/libsigcplusplus/libsigcplusplus/releases/tag/3.6.0 > > Signed-off-by: Lucas Sinn <[email protected]> > Message-Id: <[email protected]> > Signed-off-by: Michael Olbrich <[email protected]> > > diff --git a/rules/host-libsigcpp.in b/rules/host-libsigcpp.in > index f0f379da047c..6c6fed4e0f59 100644 > --- a/rules/host-libsigcpp.in > +++ b/rules/host-libsigcpp.in > @@ -3,6 +3,7 @@ > config HOST_LIBSIGCPP > tristate > default y if ALLYES > + select HOST_MESON > help > libsigc++ implements a typesafe callback system for standard C++. It > allows you to define signals and to connect those signals to any > diff --git a/rules/host-libsigcpp.make b/rules/host-libsigcpp.make > index 306505adf3e4..a7958ba009dd 100644 > --- a/rules/host-libsigcpp.make > +++ b/rules/host-libsigcpp.make > @@ -21,8 +21,8 @@ HOST_LIBSIGCPP_DIR = $(HOST_BUILDDIR)/$(LIBSIGCPP) > # > ---------------------------------------------------------------------------- > > # > -# autoconf > +# meson > # > -HOST_LIBSIGCPP_CONF_TOOL := autoconf > +HOST_LIBSIGCPP_CONF_TOOL := meson > > # vim: syntax=make
