weston/man
Harish Krupo b81fc517d8 meson.build: Fix warning for configure_file
We claim to support meson versions >= 0.47 but the `install:` argument
in configure_file was introduced in version 0.50. This produces the
following meson warning:

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

From the documentation for the install argument [1]:
" When omitted it (install) defaults to true when install_dir is set and
not empty, false otherwise."

So, remove the `install:` argument and just depend on `install_dir` for
installing.

Fixes: https://gitlab.freedesktop.org/wayland/weston/issues/225

[1] https://mesonbuild.com/Reference-manual.html#configure_file

Signed-off-by: Harish Krupo <harish.krupo.kps@intel.com>
2019-04-16 10:51:36 +05:30
..
meson.build meson.build: Fix warning for configure_file 2019-04-16 10:51:36 +05:30
weston-debug.man Fix typos all around (thanks codespell!) 2019-02-20 16:47:35 +01:00
weston-drm.man Fix typos all around (thanks codespell!) 2019-02-20 16:47:35 +01:00
weston-rdp.man man: make substitutions meson-friendly 2018-08-27 10:52:35 +01:00
weston.ini.man weston: add more libinput config options 2019-02-06 08:23:02 +00:00
weston.man libweston: Allow taking screenshots when debug protocol is enabled 2018-12-18 15:37:34 +02:00