summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Roy <julien@jroy.ca>2023-12-11 21:04:28 -0500
committerYixun Lan <dlan@gentoo.org>2023-12-12 08:13:43 +0000
commit7cb5b8c8a1944842bf56faea47a6c1a93004974c (patch)
treefea9aa3ac7cb84443ee7b2553534f61a514dc972 /gui-wm/hyprland
parentgui-wm/hyprland: add 0.33.1 (diff)
downloadgentoo-7cb5b8c8a1944842bf56faea47a6c1a93004974c.tar.gz
gentoo-7cb5b8c8a1944842bf56faea47a6c1a93004974c.tar.bz2
gentoo-7cb5b8c8a1944842bf56faea47a6c1a93004974c.zip
gui-wm/hyprland: update live ebuild
Closes: https://github.com/gentoo/gentoo/pull/34198 Signed-off-by: Julien Roy <julien@jroy.ca> Signed-off-by: Yixun Lan <dlan@gentoo.org>
Diffstat (limited to 'gui-wm/hyprland')
-rw-r--r--gui-wm/hyprland/hyprland-9999.ebuild14
1 files changed, 2 insertions, 12 deletions
diff --git a/gui-wm/hyprland/hyprland-9999.ebuild b/gui-wm/hyprland/hyprland-9999.ebuild
index 795779f199ad..cdbdbfd7b4ed 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 video_cards_nvidia"
+IUSE="X legacy-renderer systemd"
# bundled wlroots has the following dependency string according to included headers.
# wlroots[drm,gles2-renderer,libinput,x11-backend?,X?]
@@ -34,7 +34,7 @@ WLROOTS_RDEPEND="
media-libs/mesa[egl(+),gles2]
sys-apps/hwdata:=
sys-auth/seatd:=
- >=x11-libs/libdrm-2.4.114
+ >=x11-libs/libdrm-2.4.118
x11-libs/libxkbcommon
>=x11-libs/pixman-0.42.0
virtual/libudev:=
@@ -97,16 +97,6 @@ pkg_setup() {
fi
}
-src_prepare() {
- if use video_cards_nvidia; then
- cd "${S}/subprojects/wlroots" || die
- eapply "${S}/nix/patches/wlroots-nvidia.patch"
- cd "${S}" || die
- fi
-
- default
-}
-
src_configure() {
local emesonargs=(
$(meson_feature legacy-renderer legacy_renderer)