Import Upstream version 2.72.4
This commit is contained in:
commit
4ef3ff9793
2003 changed files with 1332420 additions and 0 deletions
8
gio/tests/de/LC_MESSAGES/meson.build
Normal file
8
gio/tests/de/LC_MESSAGES/meson.build
Normal file
|
|
@ -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()
|
||||
Loading…
Add table
Add a link
Reference in a new issue