mirror of
https://github.com/scorpion-26/gBar.git
synced 2024-11-21 18:52:49 +00:00
097c3d97e7
Since 37b0896
stb_image isn't used anymore and recently the nix CI also
broke because of the hacky way the include directory is determined. This
is now fixed. One side effect of this is, that gBar no longer needs to
be cloned recursively.
15 lines
505 B
Meson
15 lines
505 B
Meson
# Hyprland IPC
|
|
option('WithHyprland', type: 'boolean', value : true)
|
|
|
|
# Workspaces general, enables Wayland protocol
|
|
option('WithWorkspaces', type: 'boolean', value : true)
|
|
|
|
# Tray icons
|
|
option('WithSNI', 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)
|