fix(examples) exclude example animimg images if animimg is disabled
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
#include "../../lvgl.h"
|
#include "../../lvgl.h"
|
||||||
|
|
||||||
#if LV_BUILD_EXAMPLES
|
#if LV_BUILD_EXAMPLES && LV_USE_ANIMIMG
|
||||||
|
|
||||||
#ifndef LV_ATTRIBUTE_MEM_ALIGN
|
#ifndef LV_ATTRIBUTE_MEM_ALIGN
|
||||||
#define LV_ATTRIBUTE_MEM_ALIGN
|
#define LV_ATTRIBUTE_MEM_ALIGN
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
#include "../../lvgl.h"
|
#include "../../lvgl.h"
|
||||||
|
|
||||||
#if LV_BUILD_EXAMPLES
|
#if LV_BUILD_EXAMPLES && LV_USE_ANIMIMG
|
||||||
|
|
||||||
#ifndef LV_ATTRIBUTE_MEM_ALIGN
|
#ifndef LV_ATTRIBUTE_MEM_ALIGN
|
||||||
#define LV_ATTRIBUTE_MEM_ALIGN
|
#define LV_ATTRIBUTE_MEM_ALIGN
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
#include "../../lvgl.h"
|
#include "../../lvgl.h"
|
||||||
|
|
||||||
#if LV_BUILD_EXAMPLES
|
#if LV_BUILD_EXAMPLES && LV_USE_ANIMIMG
|
||||||
|
|
||||||
#ifndef LV_ATTRIBUTE_MEM_ALIGN
|
#ifndef LV_ATTRIBUTE_MEM_ALIGN
|
||||||
#define LV_ATTRIBUTE_MEM_ALIGN
|
#define LV_ATTRIBUTE_MEM_ALIGN
|
||||||
|
|||||||
Reference in New Issue
Block a user