summaryrefslogtreecommitdiffstats
path: root/package/libsecret/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'package/libsecret/Config.in')
-rw-r--r--package/libsecret/Config.in15
1 files changed, 15 insertions, 0 deletions
diff --git a/package/libsecret/Config.in b/package/libsecret/Config.in
new file mode 100644
index 0000000000..a15f995f40
--- /dev/null
+++ b/package/libsecret/Config.in
@@ -0,0 +1,15 @@
+config BR2_PACKAGE_LIBSECRET
+ bool "libsecret"
+ select BR2_PACKAGE_LIBGLIB2
+ depends on BR2_USE_WCHAR # gettext dep in libglib2
+ depends on BR2_TOOLCHAIN_HAS_THREADS # libglib2
+ help
+ libsecret is a library for storing and retrieving passwords and other
+ secrets. It communicates with the "Secret Service" using DBus.
+ gnome-keyring and ksecretservice are both implementations of a Secret
+ Service.
+
+ https://wiki.gnome.org/Libsecret
+
+comment "libsecret requires a toolchain with WCHAR and threading support."
+ depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS
OpenPOWER on IntegriCloud