libmalcontent-ui: Fix includes for GIR

The libmalcontent-ui API exposes types from GTK 4 (not 3) and
libadwaita.
This commit is contained in:
Will Thompson 2022-07-22 11:12:47 +01:00
parent 1c7fe694fa
commit 922ae096be
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ libmalcontent_ui_gir = gnome.generate_gir(libmalcontent_ui,
symbol_prefix: 'mct_',
identifier_prefix: 'Mct',
export_packages: 'libmalcontent-ui',
includes: ['AccountsService-1.0', 'Gio-2.0', 'GObject-2.0', 'Gtk-3.0', libmalcontent_gir[0]],
includes: ['AccountsService-1.0', 'Gio-2.0', 'GObject-2.0', 'Gtk-4.0', 'Adw-1', libmalcontent_gir[0]],
install: true,
dependencies: libmalcontent_ui_dep,
)