[gcr] meson: Fix gcr.pc file
- From: Niels De Graef <nielsdg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gcr] meson: Fix gcr.pc file
- Date: Sat, 4 Jan 2020 10:51:36 +0000 (UTC)
commit 33cc1b69aa1128eda2bacc27a59adbf6847dd927
Author: Niels De Graef <nielsdegraef gmail com>
Date: Sat Jan 4 11:50:53 2020 +0100
meson: Fix gcr.pc file
The package Should depend on `gcr-base`, not on `gcr`.
ui/meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/ui/meson.build b/ui/meson.build
index 65959fa..5ca3753 100644
--- a/ui/meson.build
+++ b/ui/meson.build
@@ -120,7 +120,7 @@ gcr_ui_pkgconf_deps = [
gio_dep,
gobject_dep,
'gck-@0@'.format(gck_major_version),
- 'gcr-@0@'.format(gcr_major_version),
+ 'gcr-base-@0@'.format(gcr_major_version),
gtk_dep,
]
pkgconfig.generate(gcr_ui_lib,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]