mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-15 22:01:27 +00:00
Meson: Fix libxml2 fallback
The variable xml2lib_dep does not exist. The correct name is already in the wrap file. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/3136>
This commit is contained in:
parent
bacd92274d
commit
56eb44c502
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ dash_sources = [
|
|||
|
||||
xml2_dep = dependency('libxml-2.0',
|
||||
version : '>= 2.8',
|
||||
fallback : ['libxml2', 'xml2lib_dep'],
|
||||
fallback : 'libxml2',
|
||||
required : get_option('dash')
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue