Skip to content

Commit 3659f51

Browse files
desktop/unix build: include sdl_keyboard
1 parent 0e618c2 commit 3659f51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build_lvgl_micropython.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ if [ "$buildtype" != "unix" -a "$buildtype" != "macOS" ]; then
2424
python3 make.py --ota --partition-size=4194304 --flash-size=16 esp32 BOARD=ESP32_GENERIC_S3 BOARD_VARIANT=SPIRAM_OCT DISPLAY=st7789 INDEV=cst816s USER_C_MODULE="/home/user/sources/micropython-camera-API/src/micropython.cmake" "$manifest"
2525
else
2626
# build for desktop
27-
python3 make.py "$buildtype" DISPLAY=sdl_display INDEV=sdl_pointer
27+
python3 make.py "$buildtype" DISPLAY=sdl_display INDEV=sdl_pointer INDEV=sdl_keyboard
2828
fi
2929

3030
popd

0 commit comments

Comments
 (0)