Skip to content

Commit

Permalink
work around meson
Browse files Browse the repository at this point in the history
  • Loading branch information
hrxi committed Nov 6, 2023
1 parent a4851df commit f0e800c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/omemo/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ c_args = [
'-DLOCALE_INSTALL_DIR="@0@"'.format(get_option('prefix') / get_option('localedir')),
]
vala_args = [
'--pkg', 'libsignal-protocol-c', # Work around https://github.com/mesonbuild/meson/issues/2103.
'--vapidir', meson.current_source_dir() / 'vapi',
]
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')
Expand Down

0 comments on commit f0e800c

Please sign in to comment.