meson: fix warning about configure_file() install kwarg
authorTim-Philipp Müller <tim@centricular.com>
Thu, 15 Aug 2019 11:56:06 +0000 (12:56 +0100)
committerTim-Philipp Müller <tim@centricular.com>
Thu, 15 Aug 2019 13:16:51 +0000 (14:16 +0100)
commit090a9283290e2d48a696fdb8dda3f5c644deebf3
tree5932824eb4f8f7c3922e620325b365a0a96cf8b6
parent549cc941eb815a4116dc6e9e8806e3029a2ae869
meson: fix warning about configure_file() install kwarg

The install kwarg on configure_file() was only added in
Meson 0.50 but we're targetting older versions as well,
which caused a warning. The install kwarg is not needed
here as we specify install_dir, so we can just drop it.

Fixes #379
libs/gst/check/meson.build