mirror of
https://github.com/lvgl/lvgl.git
synced 2026-05-10 04:37:55 +08:00
fix(conf_internal): explicitly disable the glTF demo when build_demo is disabled (#9408)
This commit is contained in:
@@ -259,6 +259,7 @@ LV_EXPORT_CONST_INT(LV_DRAW_BUF_ALIGN);
|
||||
#define LV_USE_DEMO_EBIKE 0
|
||||
#define LV_USE_DEMO_HIGH_RES 0
|
||||
#define LV_USE_DEMO_SMARTWATCH 0
|
||||
#define LV_USE_DEMO_GLTF 0
|
||||
#endif /* LV_BUILD_DEMOS */
|
||||
|
||||
#ifndef LV_USE_LZ4
|
||||
|
||||
@@ -4807,6 +4807,7 @@ LV_EXPORT_CONST_INT(LV_DRAW_BUF_ALIGN);
|
||||
#define LV_USE_DEMO_EBIKE 0
|
||||
#define LV_USE_DEMO_HIGH_RES 0
|
||||
#define LV_USE_DEMO_SMARTWATCH 0
|
||||
#define LV_USE_DEMO_GLTF 0
|
||||
#endif /* LV_BUILD_DEMOS */
|
||||
|
||||
#ifndef LV_USE_LZ4
|
||||
|
||||
Reference in New Issue
Block a user