diff options
Diffstat (limited to 'gui-wm')
-rw-r--r-- | gui-wm/hyprland/hyprland-0.42.0-r1.ebuild (renamed from gui-wm/hyprland/hyprland-0.42.0.ebuild) | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/gui-wm/hyprland/hyprland-0.42.0.ebuild b/gui-wm/hyprland/hyprland-0.42.0-r1.ebuild index 0201229de28e..5595a6c47d3c 100644 --- a/gui-wm/hyprland/hyprland-0.42.0.ebuild +++ b/gui-wm/hyprland/hyprland-0.42.0-r1.ebuild @@ -48,18 +48,19 @@ RDEPEND=" x11-libs/pixman X? ( x11-libs/libxcb:0= + x11-base/xwayland + x11-libs/xcb-util-errors + x11-libs/xcb-util-wm ) " DEPEND=" ${RDEPEND} - ${WLROOTS_DEPEND} >=dev-libs/hyprland-protocols-0.3 >=dev-libs/hyprlang-0.3.2 >=dev-libs/wayland-protocols-1.36 >=gui-libs/hyprutils-0.2.1 " BDEPEND=" - ${WLROOTS_BDEPEND} || ( >=sys-devel/gcc-13:* >=sys-devel/clang-16:* ) app-misc/jq dev-build/cmake @@ -86,8 +87,6 @@ src_configure() { $(meson_feature legacy-renderer legacy_renderer) $(meson_feature systemd) $(meson_feature X xwayland) - -Dwlroots:backends=drm,libinput$(usev X ',x11') - -Dwlroots:xcb-errors=disabled ) meson_src_configure |