ges: Remove wrongly commited check for libxml2

This commit is contained in:
Thibault Saunier 2018-12-06 17:19:42 -03:00
parent 03ceb07dc8
commit f71db86e13

View file

@ -16,7 +16,7 @@ configure_file(
output: pkg + '-sharp.dll.config',
configuration: configuration_data())
if add_languages('c', required: false) and csc.get_id() == 'mono' and dependency('libxml2', required: false).found()
if add_languages('c', required: false) and csc.get_id() == 'mono'
c_abi_exe = executable(pkg + '_c_abi', c_abi,
c_args: ['-Wno-deprecated', '-Wno-deprecated-declarations'],
dependencies: [gst_deps, ges_dep])