meson.build: drop explicit install:true from configure_file
authorPeter Hutterer <peter.hutterer@who-t.net>
Fri, 2 Aug 2019 12:45:16 +0000 (22:45 +1000)
committerPeter Hutterer <peter.hutterer@who-t.net>
Fri, 2 Aug 2019 12:45:16 +0000 (22:45 +1000)
commitf5fc850a0805045964c9056c4b91e161ab70d5bd
tree365d29cdb070af49a5df31aa0976fc85377cdc13
parent4ab8a51b68d15bdda05011bd2d3c73b575ab61f5
meson.build: drop explicit install:true from configure_file

meson implicitly sets install to whether install_dir is nonzero. Which means
it's superfluous anyway and removing it drops the meson warning:

WARNING: Project specifies a minimum meson_version '>= 0.41.0' but uses
features which were added in newer versions:
 * 0.50.0: {'install arg in configure_file'}

Fixes #334

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
doc/api/meson.build
doc/user/meson.build
meson.build