From c7a7eb1eb3d7dbdfbeb14f224dcebe76537aa8f2 Mon Sep 17 00:00:00 2001 From: Sam James Date: Sat, 4 Jan 2025 20:46:37 +0000 Subject: [PATCH] lc3: tweak meson style While this might seem a bit silly, it aids some of our infra in packaging. Tweak for consistency with other use. Part-of: --- subprojects/gst-plugins-bad/ext/lc3/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subprojects/gst-plugins-bad/ext/lc3/meson.build b/subprojects/gst-plugins-bad/ext/lc3/meson.build index fd708cbe7e..31366d677d 100644 --- a/subprojects/gst-plugins-bad/ext/lc3/meson.build +++ b/subprojects/gst-plugins-bad/ext/lc3/meson.build @@ -19,7 +19,7 @@ plugin_sources += { 'lc3': pathsep.join(doc_sources) } -lc3_dep = dependency('lc3', required:get_option ('lc3')) +lc3_dep = dependency('lc3', required: get_option('lc3')) if lc3_dep.found() gstlc3 = library('gstlc3',