mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-06-02 02:40:07 +02:00
Meson: Fix warnings introduced in 0.47.0
This commit is contained in:
parent
543a9c4f33
commit
95fa229f34
@ -30,12 +30,11 @@ gdbus_codegen_built_files += configure_file(input : 'config.py.in',
|
|||||||
install_dir : codegen_dir,
|
install_dir : codegen_dir,
|
||||||
configuration : gdbus_codegen_conf)
|
configuration : gdbus_codegen_conf)
|
||||||
|
|
||||||
blank_conf = configuration_data()
|
|
||||||
foreach f : gdbus_codegen_files
|
foreach f : gdbus_codegen_files
|
||||||
# Copy these into the builddir so that gdbus-codegen can be used uninstalled
|
# Copy these into the builddir so that gdbus-codegen can be used uninstalled
|
||||||
# and then install it too so that it can be used after installation
|
# and then install it too so that it can be used after installation
|
||||||
gdbus_codegen_built_files += configure_file(input : f, output : f,
|
gdbus_codegen_built_files += configure_file(input : f, output : f,
|
||||||
install : true,
|
install : true,
|
||||||
install_dir : codegen_dir,
|
install_dir : codegen_dir,
|
||||||
configuration : blank_conf)
|
copy : true)
|
||||||
endforeach
|
endforeach
|
||||||
|
@ -425,7 +425,7 @@ if not meson.is_cross_build() or meson.has_exe_wrapper()
|
|||||||
# referenced by test.gresource.xml
|
# referenced by test.gresource.xml
|
||||||
test_generated_txt = configure_file(input : 'test1.txt',
|
test_generated_txt = configure_file(input : 'test1.txt',
|
||||||
output : 'test-generated.txt',
|
output : 'test-generated.txt',
|
||||||
configuration : configuration_data(),
|
copy : true,
|
||||||
install : false)
|
install : false)
|
||||||
|
|
||||||
exe = executable('resources', 'resources.c', test_gresource,
|
exe = executable('resources', 'resources.c', test_gresource,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user