mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-23 19:48:29 +00:00
Define SDL_DIALOG_DUMMY in SDL_build_config.h as needed
This commit is contained in:
@@ -505,6 +505,9 @@
|
|||||||
#cmakedefine SDL_CAMERA_DRIVER_PIPEWIRE @SDL_CAMERA_DRIVER_PIPEWIRE@
|
#cmakedefine SDL_CAMERA_DRIVER_PIPEWIRE @SDL_CAMERA_DRIVER_PIPEWIRE@
|
||||||
#cmakedefine SDL_CAMERA_DRIVER_PIPEWIRE_DYNAMIC @SDL_CAMERA_DRIVER_PIPEWIRE_DYNAMIC@
|
#cmakedefine SDL_CAMERA_DRIVER_PIPEWIRE_DYNAMIC @SDL_CAMERA_DRIVER_PIPEWIRE_DYNAMIC@
|
||||||
|
|
||||||
|
/* Enable dialog subsystem */
|
||||||
|
#cmakedefine SDL_DIALOG_DUMMY @SDL_DIALOG_DUMMY@
|
||||||
|
|
||||||
/* Enable misc subsystem */
|
/* Enable misc subsystem */
|
||||||
#cmakedefine SDL_MISC_DUMMY @SDL_MISC_DUMMY@
|
#cmakedefine SDL_MISC_DUMMY @SDL_MISC_DUMMY@
|
||||||
|
|
||||||
|
@@ -211,4 +211,7 @@
|
|||||||
/* Enable the camera driver */
|
/* Enable the camera driver */
|
||||||
#define SDL_CAMERA_DRIVER_EMSCRIPTEN 1
|
#define SDL_CAMERA_DRIVER_EMSCRIPTEN 1
|
||||||
|
|
||||||
|
/* Enable dialog subsystem */
|
||||||
|
#define SDL_DIALOG_DUMMY 1
|
||||||
|
|
||||||
#endif /* SDL_build_config_emscripten_h */
|
#endif /* SDL_build_config_emscripten_h */
|
||||||
|
@@ -227,6 +227,7 @@
|
|||||||
|
|
||||||
#define SDL_CAMERA_DRIVER_DUMMY 1
|
#define SDL_CAMERA_DRIVER_DUMMY 1
|
||||||
|
|
||||||
|
/* Enable dialog subsystem */
|
||||||
#define SDL_DIALOG_DUMMY 1
|
#define SDL_DIALOG_DUMMY 1
|
||||||
|
|
||||||
#endif /* SDL_build_config_ios_h_ */
|
#endif /* SDL_build_config_ios_h_ */
|
||||||
|
@@ -96,4 +96,7 @@ typedef unsigned int uintptr_t;
|
|||||||
/* Enable the camera driver (src/camera/dummy/\*.c) */
|
/* Enable the camera driver (src/camera/dummy/\*.c) */
|
||||||
#define SDL_CAMERA_DRIVER_DUMMY 1
|
#define SDL_CAMERA_DRIVER_DUMMY 1
|
||||||
|
|
||||||
|
/* Enable dialog subsystem */
|
||||||
|
#define SDL_DIALOG_DUMMY 1
|
||||||
|
|
||||||
#endif /* SDL_build_config_minimal_h_ */
|
#endif /* SDL_build_config_minimal_h_ */
|
||||||
|
@@ -93,4 +93,7 @@ typedef unsigned long uintptr_t;
|
|||||||
/* Enable the camera driver (src/camera/dummy/\*.c) */
|
/* Enable the camera driver (src/camera/dummy/\*.c) */
|
||||||
#define SDL_CAMERA_DRIVER_DUMMY 1
|
#define SDL_CAMERA_DRIVER_DUMMY 1
|
||||||
|
|
||||||
|
/* Enable dialog subsystem */
|
||||||
|
#define SDL_DIALOG_DUMMY 1
|
||||||
|
|
||||||
#endif /* SDL_build_config_ngage_h_ */
|
#endif /* SDL_build_config_ngage_h_ */
|
||||||
|
Reference in New Issue
Block a user