summaryrefslogtreecommitdiff
path: root/src/qcam/assets/feathericons/toggle-right.svg
AgeCommit message (Expand)Author
2020-02-14qcam: assets: Provide initial icon setKieran Bingham
amera.git/tree/?h=jmondi/imx8mp/debix-a&id=733047476213010ad0831c3344430f51774578b8'>root/utils/ipc/meson.build
blob: 973a5417dc9957fcaeec2a91d1239e54e2fe240e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# SPDX-License-Identifier: CC0-1.0

subdir('generators')

py_modules += ['jinja2', 'ply']

mojom_parser = find_program('./parser.py')

mojom_generator = find_program('./generate.py')

mojom_docs_extractor = find_program('./extract-docs.py')

mojom_templates = custom_target('mojom_templates',
                                input : mojom_template_files,
                                output : 'libcamera_templates.zip',
                                command : [mojom_generator, '-o', '@OUTDIR@', 'precompile'])

mojom_templates_dir = meson.current_build_dir()