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',