summaryrefslogtreecommitdiff
path: root/gcr
diff options
context:
space:
mode:
authorCorentin Noël <corentin.noel@collabora.com>2022-04-08 12:47:56 +0200
committerCorentin Noël <corentin.noel@collabora.com>2022-04-08 12:47:56 +0200
commit6b26cb36960fe8c627f0b1e49c07a43c31f0a3b7 (patch)
tree4016b38a492ffb2dbb2ad16379cb4bf06fde6126 /gcr
parent1feb698abf277ac8dd916347d61c0224fb6724b5 (diff)
downloadgcr-6b26cb36960fe8c627f0b1e49c07a43c31f0a3b7.tar.gz
meson: Use the library object to declare pkgconfig dependency chain
Allows to always use the right dependency name.
Diffstat (limited to 'gcr')
-rw-r--r--gcr/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcr/meson.build b/gcr/meson.build
index c83641b..74a8e94 100644
--- a/gcr/meson.build
+++ b/gcr/meson.build
@@ -221,7 +221,7 @@ endif
# pkg-config file
pkgconfig.generate(gcr_base_lib,
subdirs: 'gcr-@0@'.format(gcr_major_version),
- requires: [ glib_dep, gio_dep, gobject_dep, p11kit_dep, 'gck-@0@'.format(gck_major_version) ],
+ requires: [ glib_dep, gio_dep, gobject_dep, p11kit_dep, gck_lib ],
description: 'GObject and GUI library for high level crypto parsing and display',
)