diff options
| -rw-r--r-- | meta-oe/recipes-graphics/lvgl/lv-lib-png_8.0.2.bb | 4 |
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" | |||
| 12 | SUMMARY = "PNG decoder for LVGL" | 12 | SUMMARY = "PNG decoder for LVGL" |
| 13 | DESCRIPTION = "Allow the use of PNG images in LVGL. This implementation uses lodepng" | 13 | DESCRIPTION = "Allow the use of PNG images in LVGL. This implementation uses lodepng" |
| 14 | 14 | ||
| 15 | # because of lvgl dependency | ||
| 16 | REQUIRED_DISTRO_FEATURES = "wayland" | ||
| 17 | |||
| 15 | DEPENDS += "lvgl" | 18 | DEPENDS += "lvgl" |
| 16 | 19 | ||
| 17 | inherit cmake | 20 | inherit cmake |
| 21 | inherit features_check | ||
| 18 | 22 | ||
| 19 | TARGET_CFLAGS += "-DLV_CONF_INCLUDE_SIMPLE=1" | 23 | TARGET_CFLAGS += "-DLV_CONF_INCLUDE_SIMPLE=1" |
| 20 | TARGET_CFLAGS += "-I${RECIPE_SYSROOT}/${includedir}/lvgl" | 24 | TARGET_CFLAGS += "-I${RECIPE_SYSROOT}/${includedir}/lvgl" |
