Define SDL_DIALOG_DUMMY in SDL_build_config.h as needed

This commit is contained in:
Sam Lantinga
2024-10-07 19:04:07 -07:00
parent 4627283eca
commit f6fa617139
5 changed files with 13 additions and 0 deletions

View File

@@ -505,6 +505,9 @@
#cmakedefine SDL_CAMERA_DRIVER_PIPEWIRE @SDL_CAMERA_DRIVER_PIPEWIRE@
#cmakedefine SDL_CAMERA_DRIVER_PIPEWIRE_DYNAMIC @SDL_CAMERA_DRIVER_PIPEWIRE_DYNAMIC@
/* Enable dialog subsystem */
#cmakedefine SDL_DIALOG_DUMMY @SDL_DIALOG_DUMMY@
/* Enable misc subsystem */
#cmakedefine SDL_MISC_DUMMY @SDL_MISC_DUMMY@