mirror of
https://github.com/scorpion-26/gBar.git
synced 2024-11-22 03:02:49 +00:00
27bb118d9a
Partially implements https://github.com/scorpion-26/gBar/issues/5 The spammy logs will remain, until it is confirmed, that it works.
7 lines
322 B
Meson
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)
|