From: Thibault Saunier Date: Mon, 26 Nov 2018 20:18:25 +0000 (-0300) Subject: Revert "meson: Fix the reference to libxml2 path" X-Git-Tag: 1.19.3~493^2~658 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=45fce2e16cc6502c77ee7f1b60d6a3a8a8f4b22a;p=platform%2Fupstream%2Fgstreamer.git 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 cc5d74d0be30dab92d1540ed749eaf4dcedd9171. --- diff --git a/meson.build b/meson.build index 41188ce..340d8bd 100644 --- a/meson.build +++ b/meson.build @@ -86,7 +86,7 @@ gstvalidate_dep = dependency('gst-validate-1.0', version : gst_req, required : f fallback : ['gst-devtools', 'validate_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 # gtk_dep = dependency('gtk+-3.0', required : false)