diff options
author | Oz Tiram <[email protected]> | 2025-04-01 09:46:32 +0200 |
---|---|---|
committer | Luke from DC <[email protected]> | 2025-04-04 22:19:13 +0000 |
commit | 2085c6c8e734ec64081b08be6df13b1ebdf6adb8 (patch) | |
tree | 87ba096574a44a78d8f6332572e1d7adba9e2842 /meson.build | |
parent | 27fc5fef126e173d922db3aa22df12ed6a4aa6ea (diff) | |
download | atril-2085c6c8e734ec64081b08be6df13b1ebdf6adb8.tar.bz2 atril-2085c6c8e734ec64081b08be6df13b1ebdf6adb8.tar.xz |
chore: remove unused intltool
Signed-off-by: Oz Tiram <[email protected]>
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meson.build b/meson.build index c2d9d1c1..f1b8a45b 100644 --- a/meson.build +++ b/meson.build @@ -133,8 +133,6 @@ atril_conf.set_quoted('SUPPORTED_MIMETYPES', atril_mime_types) # This is generat # on some systems we need to find the math lib to make sure it builds math = cc.find_library('m', required: false) -intltool_merge = find_program('intltool-merge') - mathjax_directory = get_option('mathjax-directory') if mathjax_directory == '' foreach dir: [ |