mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 16:01:54 -09:00
Release notes: https://gitlab.gnome.org/GNOME/gcr/-/blob/4.4.0.1/NEWS
Removed patch which is included in this release.
Added dependency to libsecret and switched to gtk4.
Added configure options for vapi support which depends on
gobject-introspection:
5970a45646
Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Signed-off-by: Julien Olivain <ju.o@free.fr>
24 lines
877 B
Plaintext
24 lines
877 B
Plaintext
config BR2_PACKAGE_GCR
|
|
bool "gcr"
|
|
depends on BR2_PACKAGE_LIBGPG_ERROR_ARCH_SUPPORTS # libgcrypt -> libgpg-error
|
|
depends on BR2_USE_WCHAR # libglib2
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS # libglib2
|
|
depends on BR2_USE_MMU # libglib2
|
|
depends on !BR2_STATIC_LIBS # p11-kit
|
|
select BR2_PACKAGE_GNUPG2 if BR2_PACKAGE_GNUPG2_DEPENDS && !BR2_PACKAGE_GNUPG # runtime
|
|
select BR2_PACKAGE_GNUPG if !BR2_PACKAGE_GNUPG2_DEPENDS # runtime
|
|
select BR2_PACKAGE_LIBGCRYPT
|
|
select BR2_PACKAGE_LIBGLIB2
|
|
select BR2_PACKAGE_LIBSECRET
|
|
select BR2_PACKAGE_P11_KIT
|
|
help
|
|
Library for cryptographic UIs and accessing PKCS#11 modules.
|
|
|
|
https://developer.gnome.org/gcr/
|
|
|
|
comment "gcr needs a toolchain w/ wchar, threads, dynamic library"
|
|
depends on BR2_PACKAGE_LIBGPG_ERROR_ARCH_SUPPORTS
|
|
depends on BR2_USE_MMU
|
|
depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS || \
|
|
BR2_STATIC_LIBS
|