summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-graphics/lvgl/lv-drivers.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-graphics/lvgl/lv-drivers.inc b/meta-oe/recipes-graphics/lvgl/lv-drivers.inc
index dcf1ad14b..6cfb7fa07 100644
--- a/meta-oe/recipes-graphics/lvgl/lv-drivers.inc
+++ b/meta-oe/recipes-graphics/lvgl/lv-drivers.inc
@@ -17,6 +17,8 @@ LVGL_CONFIG_USE_WAYLAND = "${@bb.utils.contains('PACKAGECONFIG', 'wayland', '1',
17LVGL_CONFIG_WAYLAND_HOR_RES ?= "480" 17LVGL_CONFIG_WAYLAND_HOR_RES ?= "480"
18LVGL_CONFIG_WAYLAND_VER_RES ?= "320" 18LVGL_CONFIG_WAYLAND_VER_RES ?= "320"
19 19
20ALLOW_EMPTY:${PN} = "1"
21
20EXTRA_OECMAKE += "-Dinstall:BOOL=ON -DLIB_INSTALL_DIR=${baselib}" 22EXTRA_OECMAKE += "-Dinstall:BOOL=ON -DLIB_INSTALL_DIR=${baselib}"
21 23
22do_configure:append() { 24do_configure:append() {