From 7927c771b9394eaaf88c0b1cd4d10c76086f352a Mon Sep 17 00:00:00 2001 From: Aleksandr Mezin Date: Sat, 12 Sep 2020 21:59:56 +0200 Subject: build: Restore glade catalogue Fixes: https://gitlab.gnome.org/GNOME/vte/-/issues/281 --- meson.build | 1 + 1 file changed, 1 insertion(+) (limited to 'meson.build') diff --git a/meson.build b/meson.build index 62075f0a..6c428295 100644 --- a/meson.build +++ b/meson.build @@ -507,6 +507,7 @@ output += ' ICU: ' + get_option('icu').to_string() + '\n' output += ' GIR: ' + get_option('gir').to_string() + '\n' output += ' systemd: ' + systemd_dep.found().to_string() + '\n' output += ' SIXEL: ' + get_option('sixel').to_string() + '\n' +output += ' Glade: ' + get_option('glade').to_string() + '\n' output += ' Vala: ' + get_option('vapi').to_string() + '\n' output += '\n' output += ' Prefix: ' + get_option('prefix') + '\n' -- cgit v1.2.1