From 2085c6c8e734ec64081b08be6df13b1ebdf6adb8 Mon Sep 17 00:00:00 2001 From: Oz Tiram Date: Tue, 1 Apr 2025 09:46:32 +0200 Subject: chore: remove unused intltool Signed-off-by: Oz Tiram --- meson.build | 2 -- 1 file changed, 2 deletions(-) (limited to 'meson.build') 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: [ -- cgit v1.2.1