meson: add libintl when linking gio-tests on OSX

https://bugzilla.gnome.org/show_bug.cgi?id=791460
This commit is contained in:
Havard Graff 2017-12-11 12:33:24 +11:00 committed by Nirbheek Chauhan
parent 9c8c6094fd
commit db7c1180b3

View File

@ -1,5 +1,9 @@
common_gio_tests_deps = [libglib_dep, libgmodule_dep, libgobject_dep, libgio_dep]
if host_system == 'darwin'
common_gio_tests_deps += [libintl]
endif
subdir('gdbus-object-manager-example')
gengiotypefuncs_prog = find_program('gengiotypefuncs.py')