aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-graphics/lvgl/lvgl_9.1.0.bb
diff options
context:
space:
mode:
authorMarek Vasut <marex@denx.de>2024-03-22 21:49:15 +0100
committerKhem Raj <raj.khem@gmail.com>2024-03-22 21:19:50 -0700
commit1cb0dae6b8bddcef854aa30a61af8213b638a63a (patch)
tree0766442b06a6c6afd6980fac7a437286abc94807 /meta-oe/recipes-graphics/lvgl/lvgl_9.1.0.bb
parentc01d979608a0463d1d4311c35c6cf50ed101e7e5 (diff)
downloadmeta-openembedded-1cb0dae6b8bddcef854aa30a61af8213b638a63a.tar.gz
lvgl: Deduplicate PACKAGECONFIG into lv-conf
Move the default PACKAGECONFIG setting from both recipes into lv-conf.inc to avoid duplication. No functional change. Signed-off-by: Marek Vasut <marex@denx.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-graphics/lvgl/lvgl_9.1.0.bb')
-rw-r--r--meta-oe/recipes-graphics/lvgl/lvgl_9.1.0.bb1
1 files changed, 0 insertions, 1 deletions
diff --git a/meta-oe/recipes-graphics/lvgl/lvgl_9.1.0.bb b/meta-oe/recipes-graphics/lvgl/lvgl_9.1.0.bb
index 353d0002fa..0ebd6ec422 100644
--- a/meta-oe/recipes-graphics/lvgl/lvgl_9.1.0.bb
+++ b/meta-oe/recipes-graphics/lvgl/lvgl_9.1.0.bb
@@ -20,7 +20,6 @@ inherit cmake
EXTRA_OECMAKE = "-DLIB_INSTALL_DIR=${baselib} -DBUILD_SHARED_LIBS=ON"
S = "${WORKDIR}/git"
-PACKAGECONFIG ??= "drm"
require lv-conf.inc
do_install:append() {