mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-03 14:19:52 +00:00
lvgl: install lv_conf.h
Add an install append to copy the generated lv_conf.h as part of the lvgl package, so that it will be found and used by the recipes that want to use lvgl. Signed-off-by: Christophe Chapuis <chris.chapuis@gmail.com> Reviewed-by: Marek Vasut <marex@denx.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
committed by
Khem Raj
parent
910614b4b3
commit
9e136f0043
@@ -27,6 +27,11 @@ ALLOW_EMPTY:${PN} = "1"
|
||||
PACKAGECONFIG ??= "drm"
|
||||
require lv-conf.inc
|
||||
|
||||
do_install:append() {
|
||||
install -d "${D}${includedir}/${PN}"
|
||||
install -m 0644 "${S}/lv_conf.h" "${D}${includedir}/${PN}/lv_conf.h"
|
||||
}
|
||||
|
||||
FILES:${PN}-dev += "\
|
||||
${includedir}/${PN}/ \
|
||||
${includedir}/${PN}/lvgl/ \
|
||||
|
||||
Reference in New Issue
Block a user