1 config BR2_PACKAGE_LIBSECRET
3 select BR2_PACKAGE_LIBGLIB2
4 depends on BR2_USE_WCHAR # gettext dep in libglib2
5 depends on BR2_TOOLCHAIN_HAS_THREADS # libglib2
6 depends on BR2_USE_MMU # libglib2
8 libsecret is a library for storing and retrieving passwords and other
9 secrets. It communicates with the "Secret Service" using DBus.
10 gnome-keyring and ksecretservice are both implementations of a Secret
13 https://wiki.gnome.org/Libsecret
15 comment "libsecret needs a toolchain w/ wchar, threads"
16 depends on BR2_USE_MMU
17 depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS