Skip to content
Snippets Groups Projects
Commit 35768829 authored by philippe coval's avatar philippe coval :speech_balloon: Committed by Zygmunt Krynicki
Browse files

lvgl: Align to dunfell style


Signed-off-by: default avatarPhilippe Coval <philippe.coval@huawei.com>
parent 6ef165bc
No related branches found
No related tags found
No related merge requests found
......@@ -21,13 +21,13 @@ S = "${WORKDIR}/${PN}-${PV}"
EXTRA_OECMAKE += "-Dinstall:BOOL=ON"
do_configure:prepend() {
do_configure_prepend() {
[ -r "${S}/lv_conf.h" ] \
|| sed -e "s|#if 0 /*Set it to \"1\" to enable the content*/|#if 1 // Enabled by ${PN}|g" \
< "${S}/lv_conf_template.h" > "${S}/lv_conf.h"
}
FILES:${PN}-dev += "\
FILES_${PN}-dev += "\
${includedir}/${PN}/ \
${includedir}/${PN}/lvgl/ \
"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment