summaryrefslogtreecommitdiff
path: root/gui-wm/hyprland/hyprland-9999.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-12-12 11:25:13 +0000
committerV3n3RiX <venerix@koprulu.sector>2023-12-12 11:25:13 +0000
commitc9818073ff1b4fa99a5b484aa5f5e02d4aa487b9 (patch)
treed3a9f25e0d8635674d2b985d0ec81b36791f4d10 /gui-wm/hyprland/hyprland-9999.ebuild
parent343576b60d95d89e6165d24813c57e3bd92d3911 (diff)
gentoo auto-resync : 12:12:2023 - 11:25:13
Diffstat (limited to 'gui-wm/hyprland/hyprland-9999.ebuild')
-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)