meson: Fix some deprecation warnings

We require 0.48 and this was added in 0.47
This commit is contained in:
Nirbheek Chauhan 2019-04-13 12:16:55 +05:30
parent 23117379bc
commit cf3b88ae89
2 changed files with 2 additions and 2 deletions

View file

@ -14,7 +14,7 @@ ges_sharp_dep = declare_dependency(dependencies: [glib_sharp_dep, gio_sharp_dep,
configure_file(
input: 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'
c_abi_exe = executable(pkg + '_c_abi', c_abi,

View file

@ -59,4 +59,4 @@ endif
configure_file(
input: 'gstreamer-sharp.dll.config',
output: 'gstreamer-sharp.dll.config',
configuration: configuration_data())
copy: true)