mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-23 06:26:23 +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',
|
output: pkg + '-sharp.dll.config',
|
||||||
configuration: configuration_data())
|
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_abi_exe = executable(pkg + '_c_abi', c_abi,
|
||||||
c_args: ['-Wno-deprecated', '-Wno-deprecated-declarations'],
|
c_args: ['-Wno-deprecated', '-Wno-deprecated-declarations'],
|
||||||
dependencies: [gst_deps, ges_dep])
|
dependencies: [gst_deps, ges_dep])
|
||||||
|
|
Loading…
Reference in a new issue