Skip to content

build: Make introspection non-optional

Bastien Nocera requested to merge wip/hadess/require-introspection into master

Introspection was already non-optional as we required a libpeas-gtk build that linked against gobject-introspection-1.0, so that our call to g_irepository_require() was defined.

Make that official, and remove the ability to build without introspection.

Closes: #346 (closed)

Merge request reports