diff options
Diffstat (limited to 'gui-wm/hyprland')
-rw-r--r-- | gui-wm/hyprland/hyprland-9999.ebuild | 14 |
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) |