summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKieran Bingham <kieran.bingham@ideasonboard.com>2018-12-19 10:42:04 +0000
committerLaurent Pinchart <laurent.pinchart@ideasonboard.com>2019-01-01 18:24:22 +0200
commit26d9f28c1b67156ab50dc43562d3a54249eb9edb (patch)
tree13b143033c7d1ee4c1082ccc9691b236a70aa85e
parente3694a3ae85fcbd5e8bf21ff045ceb5c6e65b240 (diff)
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>
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 7b6e2fec..0ab0da98 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+')