mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-13 15:12:58 +00:00
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: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8239>
This commit is contained in:
parent
ee7d41f76b
commit
c7a7eb1eb3
1 changed files with 1 additions and 1 deletions
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue