gBar/meson_options.txt
scorpion-26 812e689c77 Disable opt. dependencies dynamically
This lifts the requirement of needing to disable the dependencies by
hand if you don't have them installed.
It also enables us to have a single package, that works for all.
2023-01-30 16:58:38 +01:00

6 lines
273 B
Meson

option('WithHyprland', type: 'boolean', value : true)
option('WithNvidia', 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)