diff options
author | Julien Roy <julien@jroy.ca> | 2024-12-28 11:57:50 -0500 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2024-12-29 00:00:18 +0000 |
commit | 7b59db2e6cf9ef1cbc8e740177e05c486e3be6fa (patch) | |
tree | 40684ee73fc653d8998b49508f5f7d9de3426b23 /gui-wm | |
parent | net-im/signal-cli-bin: drop myself as a maintainer (diff) | |
download | gentoo-7b59db2e6cf9ef1cbc8e740177e05c486e3be6fa.tar.gz gentoo-7b59db2e6cf9ef1cbc8e740177e05c486e3be6fa.tar.bz2 gentoo-7b59db2e6cf9ef1cbc8e740177e05c486e3be6fa.zip |
gui-wm/hyprland: sync live
Signed-off-by: Julien Roy <julien@jroy.ca>
Signed-off-by: Yixun Lan <dlan@gentoo.org>
Diffstat (limited to 'gui-wm')
-rw-r--r-- | gui-wm/hyprland/hyprland-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gui-wm/hyprland/hyprland-9999.ebuild b/gui-wm/hyprland/hyprland-9999.ebuild index 40b838519c8b..b57460937487 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 legacy-renderer +qtutils systemd" # hyprpm (hyprland plugin manager) requires the dependencies at runtime # so that it can clone, compile and install plugins. @@ -44,7 +44,6 @@ RDEPEND=" >=gui-libs/aquamarine-0.4.2 >=gui-libs/hyprcursor-0.1.9 gui-libs/hyprutils:= - gui-libs/hyprland-qtutils media-libs/libglvnd media-libs/mesa sys-apps/util-linux @@ -54,6 +53,7 @@ RDEPEND=" x11-libs/pango x11-libs/pixman x11-libs/libXcursor + qtutils? ( gui-libs/hyprland-qtutils ) X? ( x11-libs/libxcb:0= x11-base/xwayland |