Allow building the tray subsystem without the video subsystem

Fixes https://github.com/libsdl-org/SDL/issues/13235
This commit is contained in:
Sam Lantinga
2025-08-27 07:34:18 -07:00
parent 943d0f67ba
commit da6e9bbf7c
18 changed files with 219 additions and 263 deletions

View File

@@ -223,4 +223,7 @@
/* Enable dialog subsystem */
#define SDL_DIALOG_DUMMY 1
/* Enable tray subsystem */
#define SDL_TRAY_DUMMY 1
#endif /* SDL_build_config_ios_h_ */