summaryrefslogtreecommitdiff
path: root/include/libcamera/meson.build
diff options
context:
space:
mode:
authorKieran Bingham <kieran.bingham@ideasonboard.com>2020-09-03 11:36:57 +0100
committerKieran Bingham <kieran.bingham@ideasonboard.com>2020-09-24 10:55:49 +0100
commitc09626cd6306239bc473aaf73a2030d5e56699b8 (patch)
tree02df57c50c9e1730cadc2def8b5d86ee005ada9b /include/libcamera/meson.build
parentd6b6ad950d73b21dd6dc58ddedd4c2cfd4b638ef (diff)
libcamera: Move Header generation utilities to utils
Move the GPL2 utilities which handle generation of controls, formats and the top level libcamera header to the utils subtree. Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Paul Elder <paul.elder@ideasonboard.com>
Diffstat (limited to 'include/libcamera/meson.build')
-rw-r--r--include/libcamera/meson.build6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/libcamera/meson.build b/include/libcamera/meson.build
index cdb8e037..692931a5 100644
--- a/include/libcamera/meson.build
+++ b/include/libcamera/meson.build
@@ -34,8 +34,6 @@ install_headers(libcamera_public_headers,
#
# control_ids.h and property_ids.h
-gen_controls = files('../../src/libcamera/gen-controls.py')
-
control_source_files = [
'control_ids',
'property_ids',
@@ -57,8 +55,6 @@ endforeach
libcamera_public_headers += control_headers
# formats.h
-gen_formats = files('gen-formats.py')
-
formats_h = custom_target('formats_h',
input : files(
'../../src/libcamera/formats.yaml',
@@ -72,8 +68,6 @@ formats_h = custom_target('formats_h',
libcamera_public_headers += formats_h
# libcamera.h
-gen_header = files('gen-header.sh')
-
libcamera_h = custom_target('gen-header',
input : 'meson.build',
output : 'libcamera.h',