summaryrefslogtreecommitdiffstats
path: root/package/efl
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2012-11-17 12:24:08 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2012-11-17 23:49:26 +0100
commit3845a93b3082d73604881966544f1eb7d5e55daa (patch)
tree210d1b530a0594a079605674a4d7a08a2e695121 /package/efl
parent5ad2879a8bca386fa5c256a4286ccc928601cc1a (diff)
downloadbuildroot-novena-3845a93b3082d73604881966544f1eb7d5e55daa.tar.gz
buildroot-novena-3845a93b3082d73604881966544f1eb7d5e55daa.zip
dbus: uses fork(), requires MMU
In order to solve http://autobuild.buildroot.org/results/34f6843137efda20626af72714c110280ec577d7/build-end.log, this patch makes the D-Bus package as well as all the packages that select the D-Bus package 'depends on BR2_USE_MMU'. In addition, for the specific case of gvfs, the missing BR2_TOOLCHAIN_HAS_THREADS dependency is added (threads are required by D-Bus, so they are also required by gvfs which selects D-Bus). Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/efl')
-rw-r--r--package/efl/libedbus/Config.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/efl/libedbus/Config.in b/package/efl/libedbus/Config.in
index 985939edc..9b57592f2 100644
--- a/package/efl/libedbus/Config.in
+++ b/package/efl/libedbus/Config.in
@@ -4,6 +4,7 @@ config BR2_PACKAGE_LIBEDBUS
select BR2_PACKAGE_LIBECORE
select BR2_PACKAGE_DBUS
depends on BR2_TOOLCHAIN_HAS_THREADS # dbus
+ depends on BR2_USE_MMU # dbus
help
E_Dbus is a set of wrappers around D-Bus APIs so they can be
easily used by EFL applications, automatically providing