From 69d686bbe69f915b74d00a69b01783f55c9c197e Mon Sep 17 00:00:00 2001 From: Rudi Heitbaum Date: Mon, 27 Feb 2023 17:26:54 +0000 Subject: [PATCH] config/functions: in meson cross-file set ipc_rmid_deferred_release = true meson: allow skipping of run check for IPC_RMID_DEFERRED_RELEASE - https://gitlab.freedesktop.org/cairo/cairo/-/merge_requests/134 --- config/functions | 1 + 1 file changed, 1 insertion(+) diff --git a/config/functions b/config/functions index 94b6b8b14b..c350b751cd 100644 --- a/config/functions +++ b/config/functions @@ -641,6 +641,7 @@ $(python3 -c "import os; print('cpp_args = {}'.format([x for x in os.getenv('TAR $(python3 -c "import os; print('cpp_link_args = {}'.format([x for x in os.getenv('TARGET_LDFLAGS').split()]))") [properties] +ipc_rmid_deferred_release = true needs_exe_wrapper = true root = '$SYSROOT_PREFIX/usr' ${!properties}