fix(keyboard): add missing dependency checks (#8917)

This commit is contained in:
André Costa
2025-09-21 21:43:11 +02:00
committed by GitHub
parent 3b161cb694
commit 214936e845
4 changed files with 11 additions and 11 deletions
@@ -1,5 +1,5 @@
#include "../../lv_examples.h"
#if LV_USE_OBSERVER && LV_USE_SLIDER && LV_USE_LABEL && LV_BUILD_EXAMPLES
#if LV_USE_OBSERVER && LV_USE_SLIDER && LV_USE_LABEL && LV_USE_KEYBOARD && LV_BUILD_EXAMPLES
/*This the only interface between the UI and the application*/
static lv_subject_t engine_subject;