summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-graphics/lvgl/lv-lib-png_8.0.2.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-oe/recipes-graphics/lvgl/lv-lib-png_8.0.2.bb b/meta-oe/recipes-graphics/lvgl/lv-lib-png_8.0.2.bb
index ada9423076..084070c436 100644
--- a/meta-oe/recipes-graphics/lvgl/lv-lib-png_8.0.2.bb
+++ b/meta-oe/recipes-graphics/lvgl/lv-lib-png_8.0.2.bb
@@ -12,9 +12,13 @@ HOMEPAGE = "https://docs.lvgl.io"
12SUMMARY = "PNG decoder for LVGL" 12SUMMARY = "PNG decoder for LVGL"
13DESCRIPTION = "Allow the use of PNG images in LVGL. This implementation uses lodepng" 13DESCRIPTION = "Allow the use of PNG images in LVGL. This implementation uses lodepng"
14 14
15# because of lvgl dependency
16REQUIRED_DISTRO_FEATURES = "wayland"
17
15DEPENDS += "lvgl" 18DEPENDS += "lvgl"
16 19
17inherit cmake 20inherit cmake
21inherit features_check
18 22
19TARGET_CFLAGS += "-DLV_CONF_INCLUDE_SIMPLE=1" 23TARGET_CFLAGS += "-DLV_CONF_INCLUDE_SIMPLE=1"
20TARGET_CFLAGS += "-I${RECIPE_SYSROOT}/${includedir}/lvgl" 24TARGET_CFLAGS += "-I${RECIPE_SYSROOT}/${includedir}/lvgl"