build: use modern Meson helpers for i18n

This commit is contained in:
Piotr Drąg
2018-09-25 21:49:34 +02:00
parent d32e8bc379
commit d6ccf1b4fd
3 changed files with 9 additions and 15 deletions

View File

@ -152,6 +152,7 @@ configure_file(
)
gnome = import('gnome')
i18n = import('i18n')
subdir('lib')
subdir('daemon')