meson: Shorten project description

The project description is really the project name. The extraneosly long
string gets printed at the test runner prefixed to the suite. As such it
should really be the shortened simple project name.

Remove the 'description' from the project naming field.

Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
This commit is contained in:
Kieran Bingham 2018-12-19 10:42:04 +00:00 committed by Laurent Pinchart
parent e3694a3ae8
commit 26d9f28c1b

View file

@ -1,4 +1,4 @@
project('libcamera - supporting complex camera pipelines', 'c', 'cpp', project('libcamera', 'c', 'cpp',
meson_version: '>= 0.40', meson_version: '>= 0.40',
version : '0.1', version : '0.1',
license : 'LGPL 2.1+') license : 'LGPL 2.1+')