Debian: use native-tft compile target (#6580)

This commit is contained in:
Austin
2025-04-16 11:21:31 +02:00
committed by GitHub
co-authored by GitHub
parent e5cd0d613c
commit 5699d8632e
4 changed files with 13 additions and 10 deletions
+2 -2
View File
@@ -5,8 +5,8 @@ export PLATFORMIO_PACKAGES_DIR=pio/packages
export PLATFORMIO_CORE_DIR=pio/core
# Download libraries to `pio`
platformio pkg install -e native
platformio pkg install -e native -t platformio/tool-scons@4.40502.0
platformio pkg install -e native-tft
platformio pkg install -e native-tft -t platformio/tool-scons@4.40502.0
# Compress `pio` directory to prevent dh_clean from sanitizing it
tar -cf pio.tar pio/
rm -rf pio