summaryrefslogtreecommitdiff
path: root/package/libsecret
diff options
context:
space:
mode:
authorYann E. MORIN <yann.morin.1998@free.fr>2015-02-14 10:23:06 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-02-14 17:43:11 +0100
commit9863553fe8fa16a4d19f652b409a44bb58ef5567 (patch)
tree5d7380f5b60d44d07504f445b8283c654a377d9c /package/libsecret
parent188c0a3168e1670069556c42c3130f006f5b062d (diff)
packages: all salute the passing of avr32
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/libsecret')
-rw-r--r--package/libsecret/Config.in3
1 files changed, 0 insertions, 3 deletions
diff --git a/package/libsecret/Config.in b/package/libsecret/Config.in
index 9a21d2eac..70f1fe7eb 100644
--- a/package/libsecret/Config.in
+++ b/package/libsecret/Config.in
@@ -4,8 +4,6 @@ config BR2_PACKAGE_LIBSECRET
depends on BR2_USE_WCHAR # gettext dep in libglib2
depends on BR2_TOOLCHAIN_HAS_THREADS # libglib2
depends on BR2_USE_MMU # libglib2
- # Triggers an internal compiler error on AVR32
- depends on !BR2_avr32
help
libsecret is a library for storing and retrieving passwords and other
secrets. It communicates with the "Secret Service" using DBus.
@@ -15,6 +13,5 @@ config BR2_PACKAGE_LIBSECRET
https://wiki.gnome.org/Libsecret
comment "libsecret needs a toolchain w/ wchar, threads"
- depends on !BR2_avr32
depends on BR2_USE_MMU
depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS