diff options
author | Oz Tiram <[email protected]> | 2025-04-01 21:22:46 +0200 |
---|---|---|
committer | Luke from DC <[email protected]> | 2025-04-04 22:19:13 +0000 |
commit | d5e0375a33990bad8ad32fc64ad27a55850fc90a (patch) | |
tree | c8aa0592cc825ee6ff08f47b4d0027b601364fe3 /meson.build | |
parent | 49b4a18ba6eff48066e9035f11751f5f6e8048c6 (diff) | |
download | atril-d5e0375a33990bad8ad32fc64ad27a55850fc90a.tar.bz2 atril-d5e0375a33990bad8ad32fc64ad27a55850fc90a.tar.xz |
fix: use mate-submodules correctly
Signed-off-by: Oz Tiram <[email protected]>
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meson.build b/meson.build index 2b186c1c..45efe17a 100644 --- a/meson.build +++ b/meson.build @@ -181,6 +181,9 @@ elif get_option('epub') error('"mathjax-directory" is undefined and could not be autodetected') endif +mate_submodules_dep = dependency('mate-submodules', version: '1.24.0', +fallback: ['mate-submodules', 'mate_submodules_dep']) + # Generate config.h config_h_file = configure_file( output: 'config.h', @@ -283,7 +286,6 @@ if get_option('previewer') subdir('previewer') endif -subdir('cut-n-paste/smclient') subdir('cut-n-paste/toolbar-editor') subdir('cut-n-paste/zoom-control') |