diff --git a/subprojects/gst-plugins-bad/ext/lc3/meson.build b/subprojects/gst-plugins-bad/ext/lc3/meson.build index be9cdd760d..89c24fd4a3 100644 --- a/subprojects/gst-plugins-bad/ext/lc3/meson.build +++ b/subprojects/gst-plugins-bad/ext/lc3/meson.build @@ -4,7 +4,7 @@ lc3_sources = [ 'gstlc3enc.c', ] -lc3_dep = dependency('liblc3', required:get_option ('lc3')) +lc3_dep = dependency('lc3', required:get_option ('lc3')) if lc3_dep.found() gstlc3 = library('gstlc3', diff --git a/subprojects/liblc3.wrap b/subprojects/liblc3.wrap index 3520a18c47..08dd76f4f8 100644 --- a/subprojects/liblc3.wrap +++ b/subprojects/liblc3.wrap @@ -4,3 +4,5 @@ url=https://github.com/google/liblc3.git depth=1 revision=v1.0.3 +[provide] +lc3 = liblc3_dep