mirror of
https://gitlab.gnome.org/GNOME/libsecret.git
synced 2025-03-11 19:46:38 +00:00
meson: add include directory to the generated pkg-config file
Fixes 300ddc702e1a9e3f34f194908100336d8cfdbcf6
This commit is contained in:
parent
a6530135eb
commit
22d11f8b22
@ -166,6 +166,7 @@ libsecret_pc_variables = [
|
|||||||
pkg.generate(libsecret,
|
pkg.generate(libsecret,
|
||||||
description: 'GObject bindings for Secret Service API',
|
description: 'GObject bindings for Secret Service API',
|
||||||
name: 'libsecret-@0@'.format(api_version_major),
|
name: 'libsecret-@0@'.format(api_version_major),
|
||||||
|
subdirs: installed_headers_subdir,
|
||||||
variables: libsecret_pc_variables,
|
variables: libsecret_pc_variables,
|
||||||
requires_private: glib_deps + [gcrypt_dep])
|
requires_private: glib_deps + [gcrypt_dep])
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user