mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-20 07:38:54 +02:00
meson: add libintl when linking gio-tests on OSX
https://bugzilla.gnome.org/show_bug.cgi?id=791460
This commit is contained in:
committed by
Nirbheek Chauhan
parent
9c8c6094fd
commit
db7c1180b3
@@ -1,5 +1,9 @@
|
|||||||
common_gio_tests_deps = [libglib_dep, libgmodule_dep, libgobject_dep, libgio_dep]
|
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')
|
subdir('gdbus-object-manager-example')
|
||||||
|
|
||||||
gengiotypefuncs_prog = find_program('gengiotypefuncs.py')
|
gengiotypefuncs_prog = find_program('gengiotypefuncs.py')
|
||||||
|
Reference in New Issue
Block a user