diff options
author | Julien Roy <julien@jroy.ca> | 2022-12-17 17:52:41 -0500 |
---|---|---|
committer | Julien Roy <julien@jroy.ca> | 2022-12-17 17:52:41 -0500 |
commit | 5cab9ed88289b12058c3b09343252c970ce75e6f (patch) | |
tree | 66ffd2f38925d6607674f04abda1784fa8da9959 /gui-apps/yambar/yambar-1.9.0.ebuild | |
parent | app-emulation/waydroid: Package broken and need repair (diff) | |
download | guru-5cab9ed88289b12058c3b09343252c970ce75e6f.tar.gz guru-5cab9ed88289b12058c3b09343252c970ce75e6f.tar.bz2 guru-5cab9ed88289b12058c3b09343252c970ce75e6f.zip |
gui-apps/yambar: add patch for bug #239
Signed-off-by: Julien Roy <julien@jroy.ca>
Diffstat (limited to 'gui-apps/yambar/yambar-1.9.0.ebuild')
-rw-r--r-- | gui-apps/yambar/yambar-1.9.0.ebuild | 8 |
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) |