mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-23 10:27:51 +02:00
Merge branch 'glib-as-subproject' into 'master'
Meson: Add missing include_directories when using glib as subproject See merge request GNOME/glib!491
This commit is contained in:
@@ -84,7 +84,7 @@ pkg.generate(libraries : libgobject,
|
||||
)
|
||||
|
||||
libgobject_dep = declare_dependency(link_with : libgobject,
|
||||
include_directories : gobjectinc)
|
||||
include_directories : [configinc, glibinc, gobjectinc])
|
||||
|
||||
python_tools = [
|
||||
'glib-genmarshal',
|
||||
|
Reference in New Issue
Block a user