diff options
author | Julien Roy <julien@jroy.ca> | 2024-03-16 15:05:36 -0400 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-03-16 22:33:34 +0200 |
commit | bd81d0c891ad9a8917cacff518f8d6b82d73722d (patch) | |
tree | 567abc5fb4b7bb44cc3c449d5ecd1d3602ccb970 /gui-apps/waybar | |
parent | gui-apps/waybar: add 0.10.0 (diff) | |
download | gentoo-bd81d0c891ad9a8917cacff518f8d6b82d73722d.tar.gz gentoo-bd81d0c891ad9a8917cacff518f8d6b82d73722d.tar.bz2 gentoo-bd81d0c891ad9a8917cacff518f8d6b82d73722d.zip |
gui-apps/waybar: sync live
Signed-off-by: Julien Roy <julien@jroy.ca>
Closes: https://github.com/gentoo/gentoo/pull/35788
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'gui-apps/waybar')
-rw-r--r-- | gui-apps/waybar/waybar-9999.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gui-apps/waybar/waybar-9999.ebuild b/gui-apps/waybar/waybar-9999.ebuild index 9878369eda3e..3410acbd246e 100644 --- a/gui-apps/waybar/waybar-9999.ebuild +++ b/gui-apps/waybar/waybar-9999.ebuild @@ -44,7 +44,7 @@ RDEPEND=" >=dev-libs/spdlog-1.10.0:= dev-libs/date:= dev-libs/wayland - >=gui-libs/gtk-layer-shell-0.6.0:= + gui-libs/gtk-layer-shell gui-libs/wlroots:= x11-libs/gtk+:3[wayland] x11-libs/libxkbcommon @@ -88,6 +88,7 @@ src_configure() { $(meson_feature network libnl) $(meson_feature pulseaudio) $(meson_feature pipewire wireplumber) + $(meson_feature pipewire) $(meson_feature sndio) $(meson_feature systemd) $(meson_feature test tests) |