meson: add translations

This commit is contained in:
Tim-Philipp Müller 2017-07-15 12:45:35 +01:00
parent 88fea7c511
commit 8ec88f5d32
2 changed files with 4 additions and 0 deletions

View file

@ -261,6 +261,7 @@ subdir('sys')
subdir('tools')
subdir('tests')
subdir('pkgconfig')
subdir('po')
if build_machine.system() == 'windows'
message('Disabling gtk-doc while building on Windows')

3
po/meson.build Normal file
View file

@ -0,0 +1,3 @@
i18n = import('i18n')
i18n.gettext('gst-plugins-base-1.0', preset: 'glib')