Add SDL option to BaseUI on Native

This commit is contained in:
Jonathan Bennett
2025-08-06 22:13:17 -05:00
parent a23c58c10a
commit b627d305d0
5 changed files with 68 additions and 4 deletions

View File

@@ -39,6 +39,7 @@ build_flags = ${native_base.build_flags} -Os -lX11 -linput -lxkbcommon -ffunctio
-D VIEW_320x240
!pkg-config --libs libulfius --silence-errors || :
!pkg-config --libs openssl --silence-errors || :
!pkg-config --cflags --libs sdl2 --silence-errors || :
build_src_filter =
${native_base.build_src_filter}