build: Set the pkg-config name when generating GIR

Should help gi-docgen figure out the pkg-config name to display in the
docs
This commit is contained in:
Bilal Elmoussaoui 2023-05-10 13:19:29 +02:00
parent 2636c9e1a9
commit 51f8615099

View File

@ -154,6 +154,7 @@ if get_option('introspection').allowed()
namespace: 'Mks',
symbol_prefix: 'mks',
identifier_prefix: 'Mks',
export_packages: 'libmks-@0@'.format(api_version),
include_directories: libmks_include_directories,
includes: ['Gio-2.0', 'Gtk-4.0'],
install: true,