gBar/meson_options.txt
2023-01-13 16:19:21 +01:00

6 lines
269 B
Meson

option('HasHyprland', type: 'boolean', value : true)
option('HasNvidia', type: 'boolean', value : true)
option('HasBlueZ', type: 'boolean', value : true)
# You shouldn't enable this, unless you know what you are doing!
option('HasSys', type: 'boolean', value : false)