mirror of
https://github.com/meshtastic/firmware.git
synced 2025-10-27 15:02:41 +00:00
portduino, handle sdl2 builds
fix linux native build by adding sdl2 libraries
This commit is contained in:
parent
034d2dd025
commit
1acda48f4a
@ -17,6 +17,7 @@ extends = native_base
|
||||
build_flags = ${native_base.build_flags}
|
||||
!pkg-config --libs libulfius --silence-errors || :
|
||||
!pkg-config --libs openssl --silence-errors || :
|
||||
!pkg-config --cflags --libs sdl2 --silence-errors || :
|
||||
|
||||
[env:native-tft]
|
||||
extends = native_base
|
||||
|
||||
Loading…
Reference in New Issue
Block a user