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:
parent
e3694a3ae8
commit
26d9f28c1b
1 changed files with 1 additions and 1 deletions
|
@ -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+')
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue