From 75dd7e1658f8e0b2fbf90e85949b559ee84c172b Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Wed, 17 Jan 2024 08:59:38 -0800 Subject: [PATCH] Note that we only allow disabling major subsystems --- include/build_config/SDL_build_config.h.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/build_config/SDL_build_config.h.cmake b/include/build_config/SDL_build_config.h.cmake index 7b00fe39a5..a5f9bef4ef 100644 --- a/include/build_config/SDL_build_config.h.cmake +++ b/include/build_config/SDL_build_config.h.cmake @@ -255,7 +255,7 @@ #cmakedefine SDL_VIDEO_CAPTURE -/* Allow disabling of core subsystems */ +/* Allow disabling of major subsystems */ #cmakedefine SDL_AUDIO_DISABLED @SDL_AUDIO_DISABLED@ #cmakedefine SDL_JOYSTICK_DISABLED @SDL_JOYSTICK_DISABLED@ #cmakedefine SDL_HAPTIC_DISABLED @SDL_HAPTIC_DISABLED@