[glib/meson-for-merge] meson add missing gio/tests subdirectory/file
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib/meson-for-merge] meson add missing gio/tests subdirectory/file
- Date: Fri, 14 Jul 2017 00:22:54 +0000 (UTC)
commit 42705b57f78556ce0327f3a4bf741bf8bb1d3a2b
Author: Tim-Philipp Müller <tim centricular com>
Date: Mon May 29 15:59:11 2017 +0100
meson add missing gio/tests subdirectory/file
gio/tests/de/LC_MESSAGES/meson.build | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
---
diff --git a/gio/tests/de/LC_MESSAGES/meson.build b/gio/tests/de/LC_MESSAGES/meson.build
new file mode 100644
index 0000000..2aab3b6
--- /dev/null
+++ b/gio/tests/de/LC_MESSAGES/meson.build
@@ -0,0 +1,8 @@
+# Doing this in a subdir, so we get it in the right build de/LC_MESSAGES subdir
+# at least in cases where the build directory layout is mirrored.
+test_mo = custom_target('test.mo',
+ input : ['../../de.po'],
+ output : ['test.mo'],
+ command : [msgfmt, '-o', '@OUTPUT@', '@INPUT@'])
+
+test_mo_dir = meson.current_build_dir()
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]