mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-07 03:29:59 +00:00
lv-lib-png: add wayland to REQUIRED_DISTRO_FEATURES
* fixes: ERROR: Nothing PROVIDES 'lvgl' (but meta-oe/recipes-graphics/lvgl/lv-lib-png_8.0.2.bb DEPENDS on or otherwise requires it) lvgl was skipped: missing required distro feature 'wayland' (not in DISTRO_FEATURES) ERROR: Nothing RPROVIDES 'lv-lib-png-dev' (but meta-oe/recipes-graphics/lvgl/lv-lib-png_8.0.2.bb RDEPENDS on or otherwise requires it) No eligible RPROVIDERs exist for 'lv-lib-png-dev' NOTE: Runtime target 'lv-lib-png-dev' is unbuildable, removing... Missing or unbuildable dependency chain was: ['lv-lib-png-dev'] ERROR: Nothing RPROVIDES 'lv-lib-png' (but meta-oe/recipes-graphics/lvgl/lv-lib-png_8.0.2.bb RDEPENDS on or otherwise requires it) No eligible RPROVIDERs exist for 'lv-lib-png' NOTE: Runtime target 'lv-lib-png' is unbuildable, removing... Missing or unbuildable dependency chain was: ['lv-lib-png'] Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -12,9 +12,13 @@ HOMEPAGE = "https://docs.lvgl.io"
|
|||||||
SUMMARY = "PNG decoder for LVGL"
|
SUMMARY = "PNG decoder for LVGL"
|
||||||
DESCRIPTION = "Allow the use of PNG images in LVGL. This implementation uses lodepng"
|
DESCRIPTION = "Allow the use of PNG images in LVGL. This implementation uses lodepng"
|
||||||
|
|
||||||
|
# because of lvgl dependency
|
||||||
|
REQUIRED_DISTRO_FEATURES = "wayland"
|
||||||
|
|
||||||
DEPENDS += "lvgl"
|
DEPENDS += "lvgl"
|
||||||
|
|
||||||
inherit cmake
|
inherit cmake
|
||||||
|
inherit features_check
|
||||||
|
|
||||||
TARGET_CFLAGS += "-DLV_CONF_INCLUDE_SIMPLE=1"
|
TARGET_CFLAGS += "-DLV_CONF_INCLUDE_SIMPLE=1"
|
||||||
TARGET_CFLAGS += "-I${RECIPE_SYSROOT}/${includedir}/lvgl"
|
TARGET_CFLAGS += "-I${RECIPE_SYSROOT}/${includedir}/lvgl"
|
||||||
|
|||||||
Reference in New Issue
Block a user