mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +00:00
lvgl: Rename lv-drivers.inc to lv-conf.inc
The lv-conf.inc is much more fitting name, since there is now only one configuration file and that is called lv_conf.h . No functional change. Signed-off-by: Marek Vasut <marex@denx.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -17,7 +17,7 @@ EXTRA_OEMAKE = "DESTDIR=${D}"
|
||||
|
||||
PACKAGECONFIG ??= "drm"
|
||||
LVGL_CONFIG_DRM_CARD ?= "/dev/dri/card0"
|
||||
require lv-drivers.inc
|
||||
require lv-conf.inc
|
||||
|
||||
inherit cmake
|
||||
|
||||
|
||||
@@ -20,7 +20,7 @@ S = "${WORKDIR}/git"
|
||||
ALLOW_EMPTY:${PN} = "1"
|
||||
|
||||
PACKAGECONFIG ??= "drm"
|
||||
require lv-drivers.inc
|
||||
require lv-conf.inc
|
||||
|
||||
FILES:${PN}-dev += "\
|
||||
${includedir}/${PN}/ \
|
||||
|
||||
Reference in New Issue
Block a user