aboutsummaryrefslogtreecommitdiff
path: root/plugins/omemo
diff options
context:
space:
mode:
authorMarvin W <git@larma.de>2025-01-03 19:10:22 +0100
committerMarvin W <git@larma.de>2025-01-18 19:39:25 +0100
commitb4241eb94aefb42a06a885f04955ac560e1bc855 (patch)
tree1fa9fd3eef1a689711540d9ae25ef97c2f29d127 /plugins/omemo
parent73e28e6c61285c78e38a76f93a0c5171c7846c3b (diff)
downloaddino-b4241eb94aefb42a06a885f04955ac560e1bc855.tar.gz
dino-b4241eb94aefb42a06a885f04955ac560e1bc855.zip
Meson: Add build option summary
Diffstat (limited to 'plugins/omemo')
-rw-r--r--plugins/omemo/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/omemo/meson.build b/plugins/omemo/meson.build
index 391a0a98..5885559f 100644
--- a/plugins/omemo/meson.build
+++ b/plugins/omemo/meson.build
@@ -70,6 +70,7 @@ vala_args = [
]
lib_omemo = shared_library('omemo', sources, name_prefix: '', c_args: c_args, vala_args: vala_args, include_directories: include_directories('src'), dependencies: dependencies, install: true, install_dir: get_option('libdir') / 'dino/plugins')
dep_omemo = declare_dependency(link_with: lib_omemo, include_directories: include_directories('.'))
+summary('End-to-end encryption using OMEMO (omemo)', dep_omemo, section: 'Plugins')
# This is to use the internal vapi instead of the regular
vapi_omemo_internal = custom_target('omemo-internal-vapi', command: [find_program('touch'), meson.current_build_dir() / 'omemo-internal.vapi'], output: ['omemo-internal.vapi'], depends: lib_omemo)
dep_omemo_internal = declare_dependency(link_args: [lib_omemo.full_path()], include_directories: include_directories('.', 'src'), sources: [vapi_omemo_internal])