From e15419a346f5d53ef751855ce2b538f711d57260 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Dr=C4=85g?= Date: Sat, 23 Nov 2019 16:42:31 +0100 Subject: [PATCH] build: add a hack for Damned Lies if conditions are confusing for Damned Lies, so add a non-installed 18n.gettext before it. Idea borrowed from https://gitlab.gnome.org/GNOME/gnome-tetravex/commit/21ff7337f2874d956f3f45f20f977ed7b1843590 See https://gitlab.gnome.org/Infrastructure/damned-lies/issues/150 --- po/meson.build | 3 +++ 1 file changed, 3 insertions(+) diff --git a/po/meson.build b/po/meson.build index e9c0a95c..0cf2c180 100644 --- a/po/meson.build +++ b/po/meson.build @@ -1,3 +1,6 @@ +# https://gitlab.gnome.org/Infrastructure/damned-lies/issues/150 +i18n.gettext('sysprof-workaround', preset: 'glib', install: false) + if get_option('libsysprof') i18n.gettext('sysprof', preset: 'glib') endif