Thanks, applied as d285fdd1da5270322e7d71fece9750358b2c7b6d.

Michael

[sent from post-receive hook]

On Sat, 23 Mar 2024 09:59:36 +0100, Christian Melki 
<christian.me...@t2data.com> wrote:
> New stable series.
> Looks like mostly bugfixes with a few API changes.
> https://gitlab.gnome.org/GNOME/glib/-/releases/2.79.0
> https://gitlab.gnome.org/GNOME/glib/-/releases/2.79.1
> https://gitlab.gnome.org/GNOME/glib/-/releases/2.79.2
> https://gitlab.gnome.org/GNOME/glib/-/releases/2.79.3
> https://gitlab.gnome.org/GNOME/glib/-/releases/2.80.0
> 
> * Fix option changes.
> 
> Signed-off-by: Christian Melki <christian.me...@t2data.com>
> Message-Id: <20240320184951.1307528-1-christian.me...@t2data.com>
> [mol: update configure options]
> Signed-off-by: Michael Olbrich <m.olbr...@pengutronix.de>
> 
> diff --git a/rules/glib.make b/rules/glib.make
> index 67c60227c94d..2acc9539b89a 100644
> --- a/rules/glib.make
> +++ b/rules/glib.make
> @@ -15,8 +15,8 @@ PACKAGES-$(PTXCONF_GLIB) += glib
>  #
>  # Paths and names
>  #
> -GLIB_VERSION := 2.78.4
> -GLIB_MD5     := 0781e889cab64f1f7dbb6e8357c6a95f
> +GLIB_VERSION := 2.80.0
> +GLIB_MD5     := 3a51e2803ecd22c2dadcd07d9475ebe3
>  GLIB         := glib-$(GLIB_VERSION)
>  GLIB_SUFFIX  := tar.xz
>  GLIB_URL     := $(call ptx/mirror, GNOME, glib/$(basename 
> $(GLIB_VERSION))/$(GLIB).$(GLIB_SUFFIX))
> @@ -44,11 +44,13 @@ GLIB_CONF_OPT     := \
>       -Dglib_assert=true \
>       -Dglib_checks=true \
>       -Dglib_debug=enabled \
> -     -Dgtk_doc=false \
> +     -Ddocumentation=false \
>       -Dinstalled_tests=false \
> +     -Dintrospection=disabled \
>       -Dlibelf=disabled \
>       -Dlibmount=$(call ptx/endis, PTXCONF_GLIB_LIBMOUNT)d \
> -     -Dman=false \
> +     -Dman-pages=disabled \
> +     -Dmultiarch=false \
>       -Dnls=disabled \
>       -Doss_fuzz=disabled \
>       -Dselinux=disabled \
> diff --git a/rules/host-glib.make b/rules/host-glib.make
> index fd7d11d9e19f..3d6cd8ffb270 100644
> --- a/rules/host-glib.make
> +++ b/rules/host-glib.make
> @@ -27,6 +27,7 @@ HOST_GLIB_CONF_TOOL := meson
>  HOST_GLIB_CONF_OPT   := \
>       $(HOST_MESON_OPT) \
>       -Dbsymbolic_functions=true \
> +     -Ddocumentation=false \
>       -Ddtrace=false \
>       -Dforce_posix_threads=true \
>       -Dglib_assert=true \
> @@ -34,9 +35,11 @@ HOST_GLIB_CONF_OPT := \
>       -Dglib_debug=enabled \
>       -Dgtk_doc=false \
>       -Dinstalled_tests=false \
> +     -Dintrospection=disabled \
>       -Dlibelf=disabled \
>       -Dlibmount=disabled \
> -     -Dman=false \
> +     -Dman-pages=disabled \
> +     -Dmultiarch=false \
>       -Dnls=disabled \
>       -Doss_fuzz=disabled \
>       -Dselinux=disabled \

Reply via email to