forked from AuroraMiddleware/gtk
build: Disable introspection generation
Currently gobject-introspection is badly borked with Meson. This will need to be reverted.
This commit is contained in:
parent
d35d82fb35
commit
99d353003e
@ -895,7 +895,7 @@ libgtk_dep = declare_dependency(
|
||||
link_args: common_ldflags)
|
||||
|
||||
# Introspection
|
||||
if not meson.is_cross_build()
|
||||
if false
|
||||
gir_args = [
|
||||
'--c-include=gtk/gtk.h',
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user