ref: 5d38e358408e070e884de57b2fbadb2fd87d625c
parent: eb55237f7dc953ca9668ffa9cb20d1c0f08c9867
parent: cabcddda2aa8d202f6ed12466331f9cc9de86dc0
author: guangwei <GuangweiWang@users.noreply.github.com>
date: Wed Jul 15 05:28:29 EDT 2020
Merge pull request #3308 from tp-m/fix-meson-warnings meson: fix warnings when copying headers into the builddir
--- a/include/wels/meson.build
+++ b/include/wels/meson.build
@@ -4,5 +4,5 @@
api_header_deps += configure_file(
input : header[1],
output : header[0],
- configuration : configuration_data())
+ copy : true)
endforeach