summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@gnome.org>2018-09-03 18:59:35 -0700
committerCosimo Cecchi <cosimoc@gnome.org>2018-09-03 18:59:35 -0700
commit24a144cb36364b5704b648f5b297945e579fe7e3 (patch)
tree8434cab084d2fda2859800e7b16eb3d4cb2df487 /meson.build
parentf3955cdbd681a1d9ee8eab69744fe5a2ff45236d (diff)
downloadgnome-font-viewer-24a144cb36364b5704b648f5b297945e579fe7e3.tar.gz
build: move i18n import back to main file
This broke the build.
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index 5d47590..d034517 100644
--- a/meson.build
+++ b/meson.build
@@ -7,6 +7,7 @@ project('gnome-font-viewer', 'c',
cc = meson.get_compiler('c')
gnome = import('gnome')
+i18n = import('i18n')
prefix = get_option('prefix')