summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorAleksandr Mezin <mezin.alexander@gmail.com>2020-09-12 21:59:56 +0200
committerChristian Persch <chpe@src.gnome.org>2020-09-12 21:59:56 +0200
commit7927c771b9394eaaf88c0b1cd4d10c76086f352a (patch)
tree084fd6589a9d6b70bcaeb2c7d7c3b638b82b7e52 /meson.build
parent51467c90cefc72efe5fbabb4350062f46d5ddf63 (diff)
downloadvte-7927c771b9394eaaf88c0b1cd4d10c76086f352a.tar.gz
build: Restore glade catalogue
Fixes: https://gitlab.gnome.org/GNOME/vte/-/issues/281
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build1
1 files changed, 1 insertions, 0 deletions
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'