meta-digi-del: task-del-core, add tslib if touchscreen supported.
If the machine definition support a touchscreen ,add tslib and related test apps. Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
This commit is contained in:
parent
1fb9c918ee
commit
b809da65e8
|
|
@ -37,6 +37,7 @@ RDEPENDS_task-del-core = "\
|
|||
${VIRTUAL-RUNTIME_passwd_manager} \
|
||||
${VIRTUAL-RUNTIME_initscripts} \
|
||||
${@base_contains("MACHINE_FEATURES", "keyboard", "${VIRTUAL-RUNTIME_keymaps}", "", d)} \
|
||||
${@base_contains("MACHINE_FEATURES", "touchscreen", "tslib tslib-calibrate tslib-tests", "",d)} \
|
||||
modutils-initscripts \
|
||||
netbase \
|
||||
${VIRTUAL-RUNTIME_login_manager} \
|
||||
|
|
|
|||
Loading…
Reference in New Issue