diff options
author | igna_martinoli <ignamartinoli@protonmail.com> | 2024-05-04 21:44:46 -0300 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2024-05-06 02:19:54 +0000 |
commit | d53257f5dc54dbfb051cbddaf92ddaa2dea887d6 (patch) | |
tree | ff28f99e290cccc9977f6de3771cdf86e84567c9 /gui-wm | |
parent | www-client/firefox: Stabilize 115.10.0 ppc64, #927661 (diff) | |
download | gentoo-d53257f5dc54dbfb051cbddaf92ddaa2dea887d6.tar.gz gentoo-d53257f5dc54dbfb051cbddaf92ddaa2dea887d6.tar.bz2 gentoo-d53257f5dc54dbfb051cbddaf92ddaa2dea887d6.zip |
gui-wm/hyprland: add libliftoff dependency
hyprpm needs libliftoff to update plugins
Closes: https://bugs.gentoo.org/931222
Closes: https://github.com/gentoo/gentoo/pull/36554
Acked-by: Julien Roy <julien@jroy.ca>
Signed-off-by: igna_martinoli <ignamartinoli@protonmail.com>
Signed-off-by: Yixun Lan <dlan@gentoo.org>
Diffstat (limited to 'gui-wm')
-rw-r--r-- | gui-wm/hyprland/hyprland-0.39.1-r2.ebuild (renamed from gui-wm/hyprland/hyprland-0.39.1-r1.ebuild) | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gui-wm/hyprland/hyprland-0.39.1-r1.ebuild b/gui-wm/hyprland/hyprland-0.39.1-r2.ebuild index 6b1a6eff78b2..1a1f34af97b0 100644 --- a/gui-wm/hyprland/hyprland-0.39.1-r1.ebuild +++ b/gui-wm/hyprland/hyprland-0.39.1-r2.ebuild @@ -28,6 +28,7 @@ HYPRPM_RDEPEND=" app-alternatives/ninja dev-build/cmake dev-build/meson + dev-libs/libliftoff dev-vcs/git virtual/pkgconfig " |