diff options
Diffstat (limited to 'meson_options.txt')
| -rw-r--r-- | meson_options.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson_options.txt b/meson_options.txt index b78d7fb..fd325a7 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -1,3 +1,3 @@ option('curses-frontend', type : 'boolean', value : false) -option('gl-frontend', type : 'boolean', value : false) +option('gl-frontend', type : 'boolean', value : true) option('sdl-frontend', type : 'boolean', value : true) |