[evolution-data-server/wip/damned-lies] f
- From: Milan Crha <mcrha src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-data-server/wip/damned-lies] f
- Date: Mon, 19 Sep 2022 08:56:12 +0000 (UTC)
commit 065bc69b5220c9ed4e3e992a9a19994cd0c7f56d
Author: Milan Crha <mcrha redhat com>
Date: Mon Sep 19 10:56:03 2022 +0200
f
meson.build | 9 +++++++++
src/services/evolution-source-registry/meson.build | 5 ++++-
2 files changed, 13 insertions(+), 1 deletion(-)
---
diff --git a/meson.build b/meson.build
new file mode 100644
index 000000000..b1148c56a
--- /dev/null
+++ b/meson.build
@@ -0,0 +1,9 @@
+# This is only for the Damned Lies
+
+gnome = import('gnome')
+i18n = import('i18n')
+
+i18n.merge_file(
+ preset: 'glib',
+ args: '--keyword=DisplayName',
+)
diff --git a/src/services/evolution-source-registry/meson.build
b/src/services/evolution-source-registry/meson.build
index f0f94f71d..b1148c56a 100644
--- a/src/services/evolution-source-registry/meson.build
+++ b/src/services/evolution-source-registry/meson.build
@@ -1,6 +1,9 @@
# This is only for the Damned Lies
+gnome = import('gnome')
+i18n = import('i18n')
+
i18n.merge_file(
preset: 'glib',
- args: ['--keyword=DisplayName']
+ args: '--keyword=DisplayName',
)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]