Updates. https://github.com/libsigcplusplus/libsigcplusplus/releases/tag/3.6.0
Signed-off-by: Lucas Sinn <[email protected]> --- rules/host-libsigcpp.in | 1 + rules/host-libsigcpp.make | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/rules/host-libsigcpp.in b/rules/host-libsigcpp.in index f0f379da0..6c6fed4e0 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 306505adf..a7958ba00 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 -- 2.37.2 Lucas Sinn R&D Engineer WolfVision GmbH Oberes Ried 14 | 6833 Klaus | Austria Tel: +43 5523 52250 <tel:+43552352250> | Mail: [email protected] <mailto:[email protected]> Website: wolfvision.com <www.wolfvision.com> Firmenbuch / Commercial Register: FN283521v Feldkirch/Austria
