meson: add include directory to the generated pkg-config file

Fixes 300ddc702e
This commit is contained in:
Abderrahim Kitouni 2019-10-14 10:14:45 +01:00
parent a6530135eb
commit 22d11f8b22

View File

@ -166,6 +166,7 @@ libsecret_pc_variables = [
pkg.generate(libsecret,
description: 'GObject bindings for Secret Service API',
name: 'libsecret-@0@'.format(api_version_major),
subdirs: installed_headers_subdir,
variables: libsecret_pc_variables,
requires_private: glib_deps + [gcrypt_dep])