meson: srt: make sure srt_dep is defined
Without this we will get errors when we try to build with srt disabled. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/6082>
This commit is contained in:
parent
d4de8f4b16
commit
87ab5adf7e
@ -8,6 +8,7 @@ srt_sources = [
|
|||||||
]
|
]
|
||||||
srt_option = get_option('srt')
|
srt_option = get_option('srt')
|
||||||
if srt_option.disabled()
|
if srt_option.disabled()
|
||||||
|
srt_dep = dependency('', required : false)
|
||||||
subdir_done()
|
subdir_done()
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user