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:
authorkcgen <kcgen@users.noreply.github.com>2022-07-30 01:50:23 +0300
committerkcgen <1557255+kcgen@users.noreply.github.com>2022-07-30 18:21:56 +0300
commit0dd5e9d3a9582e9bae142b3ac868abfeb9b47f3d (patch)
treeb8ff9ae0222d894d9ddaba25c0c664e96f5b7526 /meson_options.txt
parent136cdaf582c78ab4a933b84f13e87454cdba9cc8 (diff)
Exclude OpenGL for debugger builds
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/meson_options.txt b/meson_options.txt
index cbad68245..43190fafd 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -1,7 +1,8 @@
option('use_sdl2_net', type : 'boolean', value : true,
description : 'Enable networking features via SDL2_net (modem, ipx)')
-option('use_opengl', type : 'boolean', value : true,
+option('use_opengl', type : 'combo',
+ choices : ['auto', 'true', 'false'], value : 'auto',
description : 'Enable OpenGL support')
option('use_fluidsynth', type : 'boolean', value : true,