fix(conf_internal): explicitly disable the glTF demo when build_demo is disabled (#9408)

This commit is contained in:
André Costa
2025-12-21 11:12:50 +01:00
committed by GitHub
parent 58caab56ca
commit 4c0d12a390
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -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
+1
View File
@@ -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