summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/libcamera/meson.build4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/libcamera/meson.build b/src/libcamera/meson.build
index 9869bfe7..d4385041 100644
--- a/src/libcamera/meson.build
+++ b/src/libcamera/meson.build
@@ -90,6 +90,10 @@ endif
if not libcrypto.found()
warning('Neither gnutls nor libcrypto found, all IPA modules will be isolated')
+ summary({'IPA modules signed with': 'None (modules will run isolated)'},
+ section: 'Configuration')
+else
+ summary({'IPA modules signed with': libcrypto.name()}, section: 'Configuration')
endif
if liblttng.found()