From 7d94631991a5d530884664705341a4410ff45f74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89rico=20Nogueira?= Date: Thu, 29 Jul 2021 15:57:00 -0300 Subject: [PATCH 1/2] bar: fix typo. Running 'yambar --backend=wayland' would always error out saying it was built without wayland support. --- bar/bar.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bar/bar.c b/bar/bar.c index 4829162..c7b1ea5 100644 --- a/bar/bar.c +++ b/bar/bar.c @@ -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 From 64df5d9806fa9ef5e6760ba678688f7af7505a41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Fri, 30 Jul 2021 10:31:31 +0200 Subject: [PATCH 2/2] changelog: --backend=wayland --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b9a6669..6d76064 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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