summaryrefslogtreecommitdiff
path: root/package/libsecret
diff options
context:
space:
mode:
authorThomas De Schampheleire <patrickdepinguin@gmail.com>2013-11-20 18:29:45 +0100
committerPeter Korsgaard <peter@korsgaard.com>2013-11-22 12:14:33 +0100
commit2b468f1bd94d824ee32d4351d548955ae1e05435 (patch)
tree7f11a39eab56bb9f1b1f0336f6f239dc51e2a793 /package/libsecret
parent768f261be03c29829b653467bc3c1587b0e751dc (diff)
libglib2: needs MMU support
Fixes http://autobuild.buildroot.net/results/2e0/2e032c6e44e10f2912935715741c3680a19b9b51/ Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/libsecret')
-rw-r--r--package/libsecret/Config.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/libsecret/Config.in b/package/libsecret/Config.in
index b4557822f..70f1fe7eb 100644
--- a/package/libsecret/Config.in
+++ b/package/libsecret/Config.in
@@ -3,6 +3,7 @@ config BR2_PACKAGE_LIBSECRET
select BR2_PACKAGE_LIBGLIB2
depends on BR2_USE_WCHAR # gettext dep in libglib2
depends on BR2_TOOLCHAIN_HAS_THREADS # libglib2
+ depends on BR2_USE_MMU # libglib2
help
libsecret is a library for storing and retrieving passwords and other
secrets. It communicates with the "Secret Service" using DBus.
@@ -12,4 +13,5 @@ config BR2_PACKAGE_LIBSECRET
https://wiki.gnome.org/Libsecret
comment "libsecret needs a toolchain w/ wchar, threads"
+ depends on BR2_USE_MMU
depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS