libcamera/Documentation
Niklas Söderlund 5caa8a971d Documentation: Drop install directive for Doxyfile
Building the documentation reports warnings,

WARNING: Project targetting '>= 0.40' but tried to use feature introduced in '0.50.0': install arg in configure_file
WARNING: Project specifies a minimum meson_version '>= 0.40' but uses features which were added in newer versions:
 * 0.50.0: {'install arg in configure_file'}

Due to the usage of the directive configure_file { install: false } in
Documentation/meason.build which is introduced in meson 0.50. As we do
not wish to install the Doxyfile no install_dir is set so there is no
need to explicitly state that it should not be installed. Silence the
warning by dropping the install directive.

Fixes: 53c4d4c34f ("Documentation: Generate source code documentation using Doxygen")
Signed-off-by: Niklas Söderlund <niklas.soderlund@ragnatech.se>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
2019-04-28 14:39:47 +02:00
..
api-html Documentation: Add placeholder for Doxygen-generated API documentation 2019-01-11 17:17:22 +02:00
theme Documentation: Add custom theme 2019-01-11 15:26:25 +02:00
coding-style.rst libcamera: Document documentation style and update the code accordingly 2019-04-19 13:20:46 +03:00
conf.py Documentation: Update copyright years 2019-01-11 15:26:31 +02:00
contributing.rst licenses: Add the Developer CoO 2019-01-02 21:59:46 +02:00
docs.rst Documentation: Remove | on the left side of diagrams 2018-12-14 15:34:00 +02:00
Doxyfile.in libcamera: Make libudev optional 2019-04-27 17:11:13 +03:00
index.rst Documentation: Add placeholder for Doxygen-generated API documentation 2019-01-11 17:17:22 +02:00
meson.build Documentation: Drop install directive for Doxyfile 2019-04-28 14:39:47 +02:00