summaryrefslogtreecommitdiff
path: root/package/libv4l
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2014-05-21 14:35:29 -0300
committerPeter Korsgaard <peter@korsgaard.com>2014-05-22 11:09:58 +0200
commitc3e412f72e072fe1fd82fb746ad6239eeac0e3d4 (patch)
treece30eb286534d34c94921168a6ce4c2a9f0ca571 /package/libv4l
parent63fbdd5c891b857cebb56d6de1e8c7d169951495 (diff)
libv4l: needs mmu
Fixes: http://autobuild.buildroot.net/results/989/989d32f3532283817e9439aa78cceff5983dc421/ Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/libv4l')
-rw-r--r--package/libv4l/Config.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/libv4l/Config.in b/package/libv4l/Config.in
index 9d0492187..2c9a9192f 100644
--- a/package/libv4l/Config.in
+++ b/package/libv4l/Config.in
@@ -2,6 +2,7 @@ config BR2_PACKAGE_LIBV4L
bool "libv4l"
depends on BR2_LARGEFILE
depends on BR2_TOOLCHAIN_HAS_THREADS
+ depends on BR2_USE_MMU # fork()
select BR2_PACKAGE_JPEG
help
libv4l is an accompanying collection of libraries that adds a thin
@@ -61,3 +62,4 @@ endif
comment "libv4l needs a toolchain w/ largefile, threads"
depends on !BR2_LARGEFILE || !BR2_TOOLCHAIN_HAS_THREADS
+ depends on BR2_USE_MMU