diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-12-25 07:49:16 +0200 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-12-25 07:49:16 +0200 |
commit | 11a3590215674b9b1278629f24954ed1e5f586a3 (patch) | |
tree | 8894d982e6d8649ab0da206b66375de86db2c2e1 /CMakeLists.txt | |
parent | 38f1502c2d643c602c66be72656e79f5854f85e6 (diff) |
"Idle sleep" seems unnecessary with SDL 2.0.18
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 4f414496..134f9e8f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt | |||
@@ -42,7 +42,7 @@ option (ENABLE_FRIBIDI "Use the GNU FriBidi library for bidirectional t | |||
42 | option (ENABLE_FRIBIDI_BUILD "Build the GNU FriBidi library (if OFF, try pkg-config)" OFF) | 42 | option (ENABLE_FRIBIDI_BUILD "Build the GNU FriBidi library (if OFF, try pkg-config)" OFF) |
43 | option (ENABLE_HARFBUZZ "Use the HarfBuzz library to shape text" ON) | 43 | option (ENABLE_HARFBUZZ "Use the HarfBuzz library to shape text" ON) |
44 | option (ENABLE_HARFBUZZ_MINIMAL "Build the HarfBuzz library with minimal dependencies (if OFF, try pkg-config)" OFF) | 44 | option (ENABLE_HARFBUZZ_MINIMAL "Build the HarfBuzz library with minimal dependencies (if OFF, try pkg-config)" OFF) |
45 | option (ENABLE_IDLE_SLEEP "While idle, sleep in the main thread instead of waiting for events" ON) | 45 | option (ENABLE_IDLE_SLEEP "While idle, sleep in the main thread instead of waiting for events" OFF) |
46 | option (ENABLE_IPC "Use IPC to communicate between running instances" ON) | 46 | option (ENABLE_IPC "Use IPC to communicate between running instances" ON) |
47 | option (ENABLE_KERNING "Enable kerning in font renderer (slower)" ON) | 47 | option (ENABLE_KERNING "Enable kerning in font renderer (slower)" ON) |
48 | option (ENABLE_MAC_MENUS "Use native context menus (macOS)" ON) | 48 | option (ENABLE_MAC_MENUS "Use native context menus (macOS)" ON) |