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
2019-01-01 18:24:22 +02:00
committed by Laurent Pinchart
parent e3694a3ae8
commit 26d9f28c1b
+1 -1
View File
@@ -1,4 +1,4 @@
project('libcamera - supporting complex camera pipelines', 'c', 'cpp',
project('libcamera', 'c', 'cpp',
meson_version: '>= 0.40',
version : '0.1',
license : 'LGPL 2.1+')