70f1fe7eb95be643b1f8bbb9be8f7e20352206ee
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / libsecret / Config.in
1 config BR2_PACKAGE_LIBSECRET
2         bool "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
7         help
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
11           Service.
12
13           https://wiki.gnome.org/Libsecret
14
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