summaryrefslogtreecommitdiffstats
path: root/package/pcsc-lite/Config.in
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2013-01-30 00:25:46 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2013-01-31 13:49:26 +0100
commit94a05f966874defe4d678f110c11cb87bce1af4f (patch)
tree117ed6db6672d8346710e9b1a0938148005e0581 /package/pcsc-lite/Config.in
parent22f4d99273d6f173b996eaeb80426442efe31b1c (diff)
downloadbuildroot-novena-94a05f966874defe4d678f110c11cb87bce1af4f.tar.gz
buildroot-novena-94a05f966874defe4d678f110c11cb87bce1af4f.zip
pcsc-lite: requires mmu
Fixes: http://autobuild.buildroot.net/results/14400ae2c9e312729efa9a9026b5fdd487868c8a/ Also add license information while at it. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/pcsc-lite/Config.in')
-rw-r--r--package/pcsc-lite/Config.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/pcsc-lite/Config.in b/package/pcsc-lite/Config.in
index 621cc668f..d6629d0f3 100644
--- a/package/pcsc-lite/Config.in
+++ b/package/pcsc-lite/Config.in
@@ -1,6 +1,7 @@
config BR2_PACKAGE_PCSC_LITE
bool "pcsc-lite"
depends on BR2_TOOLCHAIN_HAS_THREADS
+ depends on BR2_USE_MMU # fork()
help
Middleware to access smart card using SCard API (PC/SC).