Temporarily disable glava-config by default
This commit is contained in:
@@ -8,7 +8,7 @@ option('glad', type: 'boolean', value: false,
|
||||
description: 'Download and build GLAD headers (non-reproducable)')
|
||||
option('disable_obs', type: 'boolean', value: false,
|
||||
description: 'Disable OBS Studio plugin support')
|
||||
option('disable_config', type: 'boolean', value: false,
|
||||
option('disable_config', type: 'boolean', value: true,
|
||||
description: 'Skip building GLava GTK+ configuration tool')
|
||||
option('shader_install_dir', type: 'string', value: '/etc/xdg',
|
||||
description: 'GLSL config/module system install directory')
|
||||
|
||||
Reference in New Issue
Block a user