mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-12 15:36:17 +01:00
kqueue/meson: add missing dependency
gioenumtypes needs to be generated: In file included from ../../../../external/glib/gio/kqueue/gkqueuefilemonitor.c:37: In file included from ../../../../external/./glib/gio/glocalfilemonitor.h:25: In file included from ../../../../external/./glib/gio/gunixmounts.h:24: ../../../../external/./glib/gio/gio.h:86:10: fatal error: 'gio/gioenumtypes.h' file not found #include <gio/gioenumtypes.h> ^~~~~~~~~~~~~~~~~~~~ https://bugzilla.gnome.org/show_bug.cgi?id=794325
This commit is contained in:
parent
50677e9336
commit
71fba3b3be
@ -8,5 +8,6 @@ kqueue_sources = [
|
||||
kqueue_lib = static_library('kqueue',
|
||||
sources : kqueue_sources,
|
||||
include_directories : [configinc, glibinc, gmoduleinc],
|
||||
dependencies : [gioenumtypes_dep],
|
||||
pic : true,
|
||||
c_args : [ '-DG_DISABLE_DEPRECATED' ] + gio_c_args)
|
||||
|
Loading…
Reference in New Issue
Block a user