summaryrefslogtreecommitdiff
path: root/src/ipa/vimc
ModeNameSize
d---------data76logplain
-rw-r--r--meson.build732logplain
-rw-r--r--vimc.cpp2827logplain
fig_h.get('LIBCAMERA_SYSCONF_DIR'), }, section : 'Paths') # Module Signing openssl = find_program('openssl', required : false) if openssl.found() ipa_priv_key = custom_target('ipa-priv-key', output : ['ipa-priv-key.pem'], command : [gen_ipa_priv_key, '@OUTPUT@']) config_h.set('HAVE_IPA_PUBKEY', 1) ipa_sign_module = true else warning('openssl not found, all IPA modules will be isolated') ipa_sign_module = false endif # libcamera must be built first as a dependency to the other components. subdir('libcamera') subdir('android') subdir('ipa') subdir('lc-compliance') subdir('cam') subdir('qcam') subdir('gstreamer') subdir('py') subdir('v4l2')