From 00bfd304acf768710d7f34d33fb45ae1e2e7eedd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tam=C3=A1s=20B=C3=A1lint=20Misius?= Date: Sat, 15 Mar 2025 12:37:44 +0100 Subject: [PATCH] Reword workaround_elusive_bzip2 description According to the wording on the wiki, which I like more. --- meson_options.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson_options.txt b/meson_options.txt index 140e41326..b71a51343 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -115,7 +115,7 @@ option( 'workaround_elusive_bzip2', type: 'boolean', value: true, - description: 'acquire bzip2 dependency with find_library' + description: 'Find bzip2 via the compiler and its built-in library directories, rather than via pkg-config or similar' ) option( 'workaround_elusive_bzip2_lib_name',