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:
Marek Vasut
2024-03-13 05:40:06 +01:00
committed by Khem Raj
parent f7fedd1563
commit 383efa47d3
3 changed files with 2 additions and 2 deletions
@@ -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
+1 -1
View File
@@ -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}/ \