diff --git a/subprojects/gst-plugins-good/ext/lame/meson.build b/subprojects/gst-plugins-good/ext/lame/meson.build index 7820a801d8..60fa2c9108 100644 --- a/subprojects/gst-plugins-good/ext/lame/meson.build +++ b/subprojects/gst-plugins-good/ext/lame/meson.build @@ -16,7 +16,8 @@ if have_lame lame_extra_c_args += ['-DGSTLAME_PRESET'] endif else - lame_dep = dependency('mp3lame', fallback: ['lame', 'lame_dep'], required: lame_option) + lame_dep = dependency('mp3lame', allow_fallback: true, required: lame_option, + default_options: ['tools=disabled']) have_lame = lame_dep.found() lame_extra_c_args += ['-DHAVE_LAME_SET_VBR_QUALITY', '-DGSTLAME_PRESET', '-DLAME_SUBPROJECT'] endif