Allow building the tray subsystem without the video subsystem
Fixes https://github.com/libsdl-org/SDL/issues/13235
This commit is contained in:
@@ -98,4 +98,7 @@ typedef unsigned int uintptr_t;
|
||||
/* Enable dialog subsystem */
|
||||
#define SDL_DIALOG_DUMMY 1
|
||||
|
||||
/* Enable tray subsystem */
|
||||
#define SDL_TRAY_DUMMY 1
|
||||
|
||||
#endif /* SDL_build_config_minimal_h_ */
|
||||
|
||||
Reference in New Issue
Block a user