GLibSharp / GtkSharp

.Net bindings for gtk+3 and above
Other
27 stars 21 forks source link

-Dinstall=true is broken for Source/gio/generated/meson.build #63

Closed chergert closed 2 years ago

chergert commented 2 years ago

It looks like it's referencing gdk_api_includes instead of gio_api_includes.

I noticed while trying to update the mono template in GNOME Builder.

gio_api_includes = join_paths(meson.current_source_dir(), 'gio-api.xml')
if install
    install_data(gdk_api_includes, install_dir: gapi_xml_installdir)
endif