forked from external/yambar
bar: fix typo.
Running 'yambar --backend=wayland' would always error out saying it was built without wayland support.
This commit is contained in:
parent
741107d31c
commit
7d94631991
1 changed files with 1 additions and 1 deletions
|
@ -399,7 +399,7 @@ bar_new(const struct bar_config *config)
|
|||
break;
|
||||
|
||||
case BAR_BACKEND_WAYLAND:
|
||||
#if defined(BAR_WAYLAND)
|
||||
#if defined(ENABLE_WAYLAND)
|
||||
backend_data = bar_backend_wayland_new();
|
||||
backend_iface = &wayland_backend_iface;
|
||||
#else
|
||||
|
|
Loading…
Add table
Reference in a new issue