Encode the bayer shader files into a header as part of the build process. Qcam already compiles the shader files down into a QT resource file which it references internally. In order to share the debayering shader programs outside of qcam create a generic header which both qcam and libcamera can operate from. Signed-off-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org>
9 lines
189 B
Meson
9 lines
189 B
Meson
# SPDX-License-Identifier: CC0-1.0
|
|
|
|
subdir('codegen')
|
|
subdir('ipu3')
|
|
|
|
gen_shader_headers = files('gen-shader-headers.sh')
|
|
|
|
## Module signing
|
|
gen_ipa_priv_key = files('gen-ipa-priv-key.sh')
|