mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 08:11:16 +00:00
ges: Remove wrongly commited check for libxml2
This commit is contained in:
parent
03ceb07dc8
commit
f71db86e13
1 changed files with 1 additions and 1 deletions
|
@ -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])
|
||||
|
|
Loading…
Reference in a new issue