From c75484b06e9383ab0707a0401afb285dd30b7c45 Mon Sep 17 00:00:00 2001 From: fabolous005 Date: Sat, 17 May 2025 00:00:27 +0200 Subject: [PATCH] Postsync update gentoo --- gui-wm/hyprland/hyprland-9999.ebuild | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/gui-wm/hyprland/hyprland-9999.ebuild b/gui-wm/hyprland/hyprland-9999.ebuild index dce07b7..98435f9 100644 --- a/gui-wm/hyprland/hyprland-9999.ebuild +++ b/gui-wm/hyprland/hyprland-9999.ebuild @@ -20,7 +20,7 @@ fi LICENSE="BSD" SLOT="0" -IUSE="X legacy-renderer systemd" +IUSE="X systemd hyprpm" # hyprpm (hyprland plugin manager) requires the dependencies at runtime # so that it can clone, compile and install plugins. @@ -32,7 +32,6 @@ HYPRPM_RDEPEND=" virtual/pkgconfig " RDEPEND=" - ${HYPRPM_RDEPEND} dev-cpp/tomlplusplus dev-libs/glib:2 dev-libs/hyprlang @@ -53,6 +52,9 @@ RDEPEND=" x11-libs/pango x11-libs/pixman x11-libs/libXcursor + hyprpm? ( + ${HYPRPM_RDEPEND} + ) X? ( x11-libs/libxcb:0= x11-base/xwayland @@ -89,9 +91,9 @@ pkg_setup() { src_configure() { local emesonargs=( - $(meson_feature legacy-renderer legacy_renderer) $(meson_feature systemd) $(meson_feature X xwayland) + $(meson_feature hyprpm) ) meson_src_configure