Merge branch 'fam' into 'master'

Meson: Build fam module

See merge request GNOME/glib!71
This commit is contained in:
Xavier Claessens
2018-06-07 15:18:38 +00:00
7 changed files with 63 additions and 8 deletions

View File

@@ -753,11 +753,6 @@ if host_system == 'windows'
internal_deps += [ giowin32_lib ]
endif
# FIXME: FAM support
#if HAVE_FAM
# subdir('fam')
#endif
if have_bash
install_data([
'completion/gapplication',
@@ -894,7 +889,7 @@ executable('gresource', 'gresource-tool.c',
link_args : noseh_link_args,
dependencies : [libelf, libgio_dep, libgobject_dep, libgmodule_dep, libglib_dep])
executable('gio-querymodules', 'gio-querymodules.c', 'giomodule-priv.c',
gio_querymodules = executable('gio-querymodules', 'gio-querymodules.c', 'giomodule-priv.c',
install : true,
c_args : gio_c_args,
# intl.lib is not compatible with SAFESEH
@@ -952,6 +947,8 @@ if enable_systemtap
install : true)
endif
subdir('fam')
if host_system != 'windows'
subdir('tests')
endif