From 468610d9a79921565da761b83e579cd6d38e9631 Mon Sep 17 00:00:00 2001 From: Yegor Yefremov Date: Tue, 2 Jul 2024 14:50:36 +0200 Subject: [PATCH] libs/glib2: remove the deprecated option force_posix_threads Resolves the following warning: glib-2.80.3/meson.build:2053: WARNING: DEPRECATION: Option 'force_posix_threads' is deprecated and will be removed after GLib 2.72; please file an issue with your use case if you still require it For more information, see the following merge request: https://gitlab.gnome.org/GNOME/glib/-/merge_requests/2474 Signed-off-by: Yegor Yefremov --- libs/glib2/Makefile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/libs/glib2/Makefile b/libs/glib2/Makefile index be72bea6b6..3c2e359d7e 100644 --- a/libs/glib2/Makefile +++ b/libs/glib2/Makefile @@ -56,10 +56,6 @@ COMP_ARGS+=-Dlibmount=disabled # default feature=auto see meson_options.txt COMP_ARGS+=-Dselinux=disabled - -# default boolean=false see meson_options.txt -COMP_ARGS+=-Dforce_posix_threads=true - # default boolean=true see meson_options.txt COMP_ARGS+=-Dglib_assert=false -- 2.30.2