GNOME Bugzilla – Bug 797298
meson: Replace empty configuration_data() with copy keyword
Last modified: 2018-10-17 13:16:48 UTC
Use 'copy' keyword to avoid meson warning message. Note that 'copy' keyword in configure_file() is available since meson 0.47.0
Created attachment 373950 [details] [review] -base: meson: Replace empty configuration_data() with copy keyword
Created attachment 373951 [details] [review] -bad: meson: Replace empty configuration_data() with copy keyword
Comment on attachment 373950 [details] [review] -base: meson: Replace empty configuration_data() with copy keyword commit 3499d9ea646311a879813fa033226b7624d9e1eb Author: Seungha Yang <seungha.yang@navercorp.com> Date: Thu Sep 27 21:21:14 2018 +0900 meson: Replace empty configuration_data() with copy keyword 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
Thanks! -bad: commit 53b6c94d630c35b44226a3c3510955c1fc20f4b6 Author: Seungha Yang <seungha.yang@navercorp.com> Date: Wed Oct 17 21:09:22 2018 +0900 meson: Replace empty configuration_data() with copy keyword 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
-good: commit cac9aab107176b0398a10d2bdaca23909fd107e1 Author: Tim-Philipp Müller <tim@centricular.com> Date: Wed Oct 17 14:15:33 2018 +0100 meson: Replace empty configuration_data() with copy keyword 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