forked from external/yambar
Merge branch 'backend-wayland-macro-typo'
This commit is contained in:
commit
3072c2b13f
2 changed files with 7 additions and 1 deletions
|
@ -23,10 +23,16 @@
|
|||
### Deprecated
|
||||
### Removed
|
||||
### Fixed
|
||||
|
||||
* `yambar --backend=wayland` always erroring out with _”yambar was
|
||||
compiled without the Wayland backend”_.
|
||||
|
||||
|
||||
### Security
|
||||
### Contributors
|
||||
|
||||
* [paemuri](https://codeberg.org/paemuri)
|
||||
* [ericonr](https://codeberg.org/ericonr)
|
||||
|
||||
|
||||
## 1.6.2
|
||||
|
|
|
@ -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