Skip to content

Commit

Permalink
Enable opengl by default
Browse files Browse the repository at this point in the history
Was disabled by accident in 0c4b690

Signed-off-by: Yuxuan Shui <[email protected]>
  • Loading branch information
yshui committed Dec 22, 2018
1 parent 068611e commit 1b94765
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meson_options.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ option('regex', type: 'boolean', value: true, description: 'Enable regex support

option('vsync_drm', type: 'boolean', value: false, description: 'Enable support for using drm for vsync')

option('opengl', type: 'boolean', value: false, description: 'Enable features that require opengl (opengl backend, and opengl vsync methods)')
option('opengl', type: 'boolean', value: true, description: 'Enable features that require opengl (opengl backend, and opengl vsync methods)')
option('dbus', type: 'boolean', value: true, description: 'Enable suport for D-Bus remote control')

option('xrescheck', type: 'boolean', value: false, description: 'Enable X resource leak checker (for debug only)')
Expand Down

0 comments on commit 1b94765

Please sign in to comment.