Message ID | 20181221081311.3291-6-kieran.bingham@ideasonboard.com |
---|---|
State | Accepted |
Headers | show |
Series |
|
Related | show |
Hi Kieran, Thank you for the patch. On Friday, 21 December 2018 10:13:11 EET Kieran Bingham wrote: > 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> > --- > meson.build | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/meson.build b/meson.build > index 7b6e2fec8461..0ab0da981083 100644 > --- a/meson.build > +++ b/meson.build > @@ -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+')
diff --git a/meson.build b/meson.build index 7b6e2fec8461..0ab0da981083 100644 --- a/meson.build +++ b/meson.build @@ -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+')
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> --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)