mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-25 03:01:03 +00:00
Revert "meson: Fix the reference to libxml2 path"
It seemed to be what the wrap file expected but in the end it is
just a bug in meson which is now fixed.
This reverts commit cc5d74d0be
.
This commit is contained in:
parent
cc5d74d0be
commit
45fce2e16c
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ gstvalidate_dep = dependency('gst-validate-1.0', version : gst_req, required : f
|
||||||
fallback : ['gst-devtools', 'validate_dep'])
|
fallback : ['gst-devtools', 'validate_dep'])
|
||||||
|
|
||||||
gio_dep = dependency('gio-2.0', fallback: ['glib', 'libgio_dep'])
|
gio_dep = dependency('gio-2.0', fallback: ['glib', 'libgio_dep'])
|
||||||
libxml_dep = dependency('libxml-2.0', fallback: ['libxml2-2.9.7', 'xml2lib_dep'])
|
libxml_dep = dependency('libxml-2.0', fallback: ['libxml2', 'xml2lib_dep'])
|
||||||
|
|
||||||
# TODO Properly port to Gtk 3
|
# TODO Properly port to Gtk 3
|
||||||
# gtk_dep = dependency('gtk+-3.0', required : false)
|
# gtk_dep = dependency('gtk+-3.0', required : false)
|
||||||
|
|
Loading…
Reference in a new issue