gBar/meson_options.txt
scorpion-26 27bb118d9a Initial AMD GPU implementation
Partially implements https://github.com/scorpion-26/gBar/issues/5
The spammy logs will remain, until it is confirmed, that it works.
2023-01-30 17:23:28 +01:00

7 lines
322 B
Meson

option('WithHyprland', type: 'boolean', value : true)
option('WithNvidia', type: 'boolean', value : true)
option('WithAMD', type: 'boolean', value : true)
option('WithBlueZ', type: 'boolean', value : true)
# You shouldn't enable this, unless you know what you are doing!
option('WithSys', type: 'boolean', value : false)