Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dosbox-staging/dosbox-staging.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index fcb96b8df..5472df8bf 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -6,6 +6,13 @@ option(
)
option(
+ 'use_sdl2_image',
+ type: 'boolean',
+ value: true,
+ description: 'Enable screenshots of rendered output',
+)
+
+option(
'use_opengl',
type: 'combo',
choices: ['auto', 'true', 'false'],
@@ -97,6 +104,7 @@ option(
'opusfile',
'png',
'sdl2',
+ 'sdl2_image',
'sdl2_net',
'slirp',
'speexdsp',
@@ -118,6 +126,7 @@ option(
'opusfile',
'png',
'sdl2',
+ 'sdl2_image',
'sdl2_net',
'slirp',
'speexdsp',