Skip to content

Meson: Add missing include_directories when using glib as subproject

Xavier Claessens requested to merge xclaesse/glib:glib-as-subproject into master

When using glib as subproject we are forced to pass glib_dep, gobject_dep and gio_dep to any build target. If we pass only gio_dep it will missing include directory for glib and gobject.

Merge request reports