mirror of
https://gitlab.gnome.org/GNOME/libmks.git
synced 2024-12-22 05:35:21 +00:00
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:
parent
2636c9e1a9
commit
51f8615099
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user