monado/doc
Lubosz Sarnecki 7d5d43a1c0 doc/meson: Remove install arg.
The project currently is set to meson version 0.49.0 but uses features
the install argument for configure_file was introduced with meson 0.50.0.

This patch removes the unused parameter fixes the following warnings:
```
WARNING: Project targeting '>=0.49.0' but tried to use feature introduced in '0.50.0': install arg in configure_file
WARNING: Project specifies a minimum meson_version '>=0.49.0' but uses features which were added in newer versions:
* 0.50.0: {'install arg in configure_file'}
WARNING: Deprecated features used:
* 0.50.0: {'install arg in configure_file'}
```

In an initial patch I just bumped the meson version, but this introduced
problems in our Debian CI.
An increase in the meson version would be possible by using a meson
distribution from pip, as it's done for old distros in xrdesktop.
2020-03-31 18:26:56 +02:00
..
changes d/arduino: Add new flexible arduino based input device 2020-03-27 10:22:19 +00:00
CHANGELOG.md xrt: Add missing SPDX tags 2020-03-23 17:29:43 -05:00
CMakeLists.txt doc: Unify meson and cmake configured files. 2020-03-23 17:29:43 -05:00
Doxyfile.in doc: Stop changelog snippits from showing up in 'Related Pages' 2020-03-25 13:58:00 +00:00
mainpage.md doc: Start a writing a driver document page 2020-02-26 12:01:30 +00:00
meson.build doc/meson: Remove install arg. 2020-03-31 18:26:56 +02:00
roadmap.md doc: Update roadmap 2020-01-26 19:28:39 +00:00
writing-a-new-driver.md doc: Start a writing a driver document page 2020-02-26 12:01:30 +00:00