MacOS: Re-Add Orcania/Yder
This commit is contained in:
@@ -200,6 +200,8 @@ build_flags = ${portduino_base.build_flags_common}
|
|||||||
; headers are reachable via `#if __has_include(<ulfius.h>)`. The `|| :`
|
; headers are reachable via `#if __has_include(<ulfius.h>)`. The `|| :`
|
||||||
; tail keeps the build green when the user hasn't run `brew install ulfius`
|
; 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.
|
; — 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 || :
|
!pkg-config --cflags --libs libulfius --silence-errors || :
|
||||||
; src/input/Linux*.{cpp,h} drive evdev (`<linux/input.h>`) which doesn't exist
|
; 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
|
; on macOS. graphics/Panel_sdl.* and graphics/TFTDisplay.cpp pull LovyanGFX
|
||||||
|
|||||||
Reference in New Issue
Block a user