mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01:00
meson: Add gobjectenumtypes.h to gioenumtypes_dep
Almost everything that needs gioenumtypes.h also needs gobjectenumtypes.h. Fixes: ccache cc @gio/win32/gio@win32@@giowin32@sta/gwin32filemonitor.c.obj.rsp In file included from ../gio/win32/gwin32filemonitor.h:25:0, from ../gio/win32/gwin32filemonitor.c:26: ../glib/glib-object.h:37:10: fatal error: gobject/gobjectenumtypes.h: No such file or directory #include <gobject/gobjectenumtypes.h> ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
This commit is contained in:
parent
8e3fc7dfaa
commit
2d6c4b289a
@ -754,7 +754,7 @@ gioenumtypes_c = custom_target('gioenumtypes_c',
|
||||
'--template', files('gioenumtypes.c.template'),
|
||||
'@INPUT@', gnetworking_h])
|
||||
|
||||
gioenumtypes_dep = declare_dependency(sources : [gioenumtypes_h])
|
||||
gioenumtypes_dep = declare_dependency(sources : [gioenumtypes_h, gobjectenumtypes_h])
|
||||
|
||||
# inotify
|
||||
if glib_conf.has('HAVE_SYS_INOTIFY_H') and have_func_inotify_init1
|
||||
|
@ -8,8 +8,8 @@ giowin32_sources = [
|
||||
]
|
||||
|
||||
giowin32_lib = static_library('giowin32',
|
||||
sources : [giowin32_sources, gioenumtypes_h],
|
||||
sources : [giowin32_sources],
|
||||
include_directories : [configinc, glibinc, gioinc, gmoduleinc],
|
||||
dependencies : [libintl],
|
||||
dependencies : [libintl, gioenumtypes_dep],
|
||||
pic : true,
|
||||
c_args : [ '-DG_DISABLE_DEPRECATED' ] + gio_c_args)
|
||||
|
Loading…
Reference in New Issue
Block a user