summaryrefslogtreecommitdiff
path: root/test/ipc
diff options
context:
space:
mode:
Diffstat (limited to 'test/ipc')
0 files changed, 0 insertions, 0 deletions
LIBCAMERA_SYSCONF_DIR', '"' + get_option('prefix') / libcamera_sysconfdir + '"') summary({ 'LIBCAMERA_DATA_DIR' : config_h.get('LIBCAMERA_DATA_DIR'), 'LIBCAMERA_SYSCONF_DIR' : config_h.get('LIBCAMERA_SYSCONF_DIR'), }, section : 'Paths') # Module Signing openssl = find_program('openssl', required : true) 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 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')