build(meson): add support for libomemo-c as OMEMO backend
Add the ability to choose between libsignal-protocol-c (default) and libomemo-c when building with OMEMO support enabled in Meson. Close: https://github.com/profanity-im/profanity/pull/2020
This commit is contained in:
@@ -35,6 +35,13 @@ option('omemo',
|
||||
description: 'Enable OMEMO encryption'
|
||||
)
|
||||
|
||||
option('omemo-backend',
|
||||
type: 'combo',
|
||||
choices: ['libsignal', 'libomemo-c'],
|
||||
value: 'libsignal',
|
||||
description: 'Select OMEMO backend library'
|
||||
)
|
||||
|
||||
option('xscreensaver',
|
||||
type: 'feature',
|
||||
value: 'disabled',
|
||||
|
||||
Reference in New Issue
Block a user