aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'gui-apps/yambar/yambar-1.9.0.ebuild')
-rw-r--r--gui-apps/yambar/yambar-1.9.0.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/gui-apps/yambar/yambar-1.9.0.ebuild b/gui-apps/yambar/yambar-1.9.0.ebuild
index 9c6878e02..1c24b420d 100644
--- a/gui-apps/yambar/yambar-1.9.0.ebuild
+++ b/gui-apps/yambar/yambar-1.9.0.ebuild
@@ -23,11 +23,7 @@ REQUIRED_USE="
sway-xkb? ( wayland )
xkb? ( X )
xwindow? ( X )
- || ( alsa backlight )
"
-# For some reason, if building CPU, memory or pipewire modules
-# the build will fail if the alsa or backlight modules aren't present
-# See https://codeberg.org/dnkl/yambar/issues/239
RDEPEND="
>=media-libs/fcft-2.4.0
@@ -64,6 +60,10 @@ BDEPEND="
)
"
+PATCHES="
+ ${FILESDIR}/round.patch
+"
+
src_configure() {
local emesonargs=(
$(meson_feature wayland backend-wayland)