[glib/wip/meson] meson add missing gio/tests subdirectory/file
- From: Tim-Philipp Müller <tpm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib/wip/meson] meson add missing gio/tests subdirectory/file
- Date: Mon, 29 May 2017 15:04:24 +0000 (UTC)
commit 89126e6a4532df218c4168646e84b2ecb66e6d10
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]