summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorentin Noël <tintou@noel.tf>2022-03-24 22:22:29 +0100
committerCorentin Noël <tintou@noel.tf>2022-04-09 00:44:24 +0200
commit5ce02fcb0e0b97ad5385e2780d5431c9f88c39bf (patch)
tree2efd7ff6123d060a801d38d85c79fa5eb48cc7a3
parent793f0c1a980bf5a68b6dc7fac0f34106aa10b2bc (diff)
downloadgcr-5ce02fcb0e0b97ad5385e2780d5431c9f88c39bf.tar.gz
meson: Use the library object directly to generate the pkg-config file
Allows to actually use the correct flags
-rw-r--r--gcr-gtk4/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcr-gtk4/meson.build b/gcr-gtk4/meson.build
index 5a49210..87dc141 100644
--- a/gcr-gtk4/meson.build
+++ b/gcr-gtk4/meson.build
@@ -66,6 +66,7 @@ gcr_gtk4_pkgconf_deps = [
gcr_lib,
gtk4_dep,
]
+
pkgconfig.generate(gcr_gtk4_lib,
subdirs: gcr_headers_subdir,
requires: gcr_gtk4_pkgconf_deps,