[glib/wip/meson: 9/9] meson add missing gio/tests subdirectory/file



commit be3b841026ef0e44da4af03312fd9b149498e480
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]