mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-23 17:14:23 +00:00
meson: Fix some deprecation warnings
We require 0.48 and this was added in 0.47
This commit is contained in:
parent
23117379bc
commit
cf3b88ae89
2 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@ ges_sharp_dep = declare_dependency(dependencies: [glib_sharp_dep, gio_sharp_dep,
|
||||||
configure_file(
|
configure_file(
|
||||||
input: pkg + '-sharp.dll.config',
|
input: pkg + '-sharp.dll.config',
|
||||||
output: pkg + '-sharp.dll.config',
|
output: pkg + '-sharp.dll.config',
|
||||||
configuration: configuration_data())
|
copy: true)
|
||||||
|
|
||||||
if add_languages('c', required: get_option('tests')) and csc.get_id() == 'mono'
|
if add_languages('c', required: get_option('tests')) and csc.get_id() == 'mono'
|
||||||
c_abi_exe = executable(pkg + '_c_abi', c_abi,
|
c_abi_exe = executable(pkg + '_c_abi', c_abi,
|
||||||
|
|
|
@ -59,4 +59,4 @@ endif
|
||||||
configure_file(
|
configure_file(
|
||||||
input: 'gstreamer-sharp.dll.config',
|
input: 'gstreamer-sharp.dll.config',
|
||||||
output: 'gstreamer-sharp.dll.config',
|
output: 'gstreamer-sharp.dll.config',
|
||||||
configuration: configuration_data())
|
copy: true)
|
||||||
|
|
Loading…
Reference in a new issue