MacOS: Re-Add Orcania/Yder

This commit is contained in:
Austin Lane
2026-05-01 10:55:32 -04:00
parent c0fcf807c0
commit 0240a00d09

View File

@@ -200,6 +200,8 @@ build_flags = ${portduino_base.build_flags_common}
; headers are reachable via `#if __has_include(<ulfius.h>)`. The `|| :`
; tail keeps the build green when the user hasn't run `brew install ulfius`
; — they just don't get the HTTP API in that case.
!pkg-config --cflags --libs liborcania --silence-errors || :
!pkg-config --cflags --libs libyder --silence-errors || :
!pkg-config --cflags --libs libulfius --silence-errors || :
; src/input/Linux*.{cpp,h} drive evdev (`<linux/input.h>`) which doesn't exist
; on macOS. graphics/Panel_sdl.* and graphics/TFTDisplay.cpp pull LovyanGFX