meson: Replace empty configuration_data() with copy keyword
authorSeungha Yang <seungha.yang@navercorp.com>
Wed, 17 Oct 2018 12:09:22 +0000 (21:09 +0900)
committerTim-Philipp Müller <tim@centricular.com>
Wed, 17 Oct 2018 13:08:47 +0000 (14:08 +0100)
Use 'copy' keyword to avoid meson warning message.
Note that 'copy' keyword in configure_file() is available
since meson 0.47.0

https://bugzilla.gnome.org/show_bug.cgi?id=797298

gst/compositor/meson.build

index 2af1b68..f379a31 100644 (file)
@@ -16,10 +16,10 @@ if have_orcc
 else
   orc_h = configure_file(input : orcsrc + '-dist.h',
     output : orcsrc + '.h',
-    configuration : configuration_data())
+    copy : true)
   orc_c = configure_file(input : orcsrc + '-dist.c',
     output : orcsrc + '.c',
-    configuration : configuration_data())
+    copy : true)
 endif
 
 gstcompositor = library('gstcompositor',