mirror of
https://gitlab.gnome.org/GNOME/libmks.git
synced 2025-03-07 16:55:13 +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',
|
namespace: 'Mks',
|
||||||
symbol_prefix: 'mks',
|
symbol_prefix: 'mks',
|
||||||
identifier_prefix: 'Mks',
|
identifier_prefix: 'Mks',
|
||||||
|
export_packages: 'libmks-@0@'.format(api_version),
|
||||||
include_directories: libmks_include_directories,
|
include_directories: libmks_include_directories,
|
||||||
includes: ['Gio-2.0', 'Gtk-4.0'],
|
includes: ['Gio-2.0', 'Gtk-4.0'],
|
||||||
install: true,
|
install: true,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user