From 1af85b0f56cfca2d741cfe1a9dfed37d842d2807 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tam=C3=A1s=20B=C3=A1lint=20Misius?= Date: Thu, 8 Dec 2022 07:49:06 +0100 Subject: [PATCH] Make workaround_elusive_bzip2 default to true We will undo this once major linux distros pull their crap together. --- meson_options.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson_options.txt b/meson_options.txt index 6722f22a8..3335da24d 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -114,7 +114,7 @@ option( option( 'workaround_elusive_bzip2', type: 'boolean', - value: false, + value: true, description: 'acquire bzip2 dependency with find_library' ) option(