commit: 99abd9993396abb834f5699da785fb4b0ca90493 Author: John M. Harris Jr. <johnmh <AT> johnmh <DOT> me> AuthorDate: Wed Jul 24 02:32:56 2024 +0000 Commit: Yixun Lan <dlan <AT> gentoo <DOT> org> CommitDate: Thu Jul 25 00:03:45 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99abd999
gui-wm/hyprland: Update dependencies, live Closes: https://github.com/gentoo/gentoo/pull/37676 Signed-off-by: John M. Harris Jr. <johnmh <AT> johnmh.me> Signed-off-by: Yixun Lan <dlan <AT> gentoo.org> gui-wm/hyprland/hyprland-9999.ebuild | 39 ++---------------------------------- 1 file changed, 2 insertions(+), 37 deletions(-) diff --git a/gui-wm/hyprland/hyprland-9999.ebuild b/gui-wm/hyprland/hyprland-9999.ebuild index f7df6d445341..820237251659 100644 --- a/gui-wm/hyprland/hyprland-9999.ebuild +++ b/gui-wm/hyprland/hyprland-9999.ebuild @@ -32,47 +32,13 @@ HYPRPM_RDEPEND=" dev-vcs/git virtual/pkgconfig " -# bundled wlroots has the following dependency string according to included headers. -# wlroots[drm,gles2-renderer,libinput,x11-backend?,X?] -# enable x11-backend with X and vice versa -WLROOTS_DEPEND=" - >=dev-libs/wayland-1.22 - media-libs/libglvnd - || ( - >=media-libs/mesa-24.1.0_rc1[opengl] - <media-libs/mesa-24.1.0_rc1[egl(+),gles2] - ) - >=x11-libs/libdrm-2.4.114 - x11-libs/libxkbcommon - >=x11-libs/pixman-0.42.0 - media-libs/libdisplay-info:= - sys-apps/hwdata - >=dev-libs/libinput-1.14.0:= - sys-auth/seatd:= - virtual/libudev:= - X? ( - x11-libs/libxcb:= - x11-libs/xcb-util-errors - x11-libs/xcb-util-renderutil - x11-libs/xcb-util-wm - x11-base/xwayland - ) -" -WLROOTS_RDEPEND=" - ${WLROOTS_DEPEND} -" -WLROOTS_BDEPEND=" - >=dev-libs/wayland-protocols-1.32 - dev-util/hyprwayland-scanner - virtual/pkgconfig -" RDEPEND=" ${HYPRPM_RDEPEND} - ${WLROOTS_RDEPEND} dev-cpp/tomlplusplus dev-libs/glib:2 dev-libs/libinput >=dev-libs/wayland-1.20.0 + gui-libs/aquamarine >=gui-libs/hyprcursor-0.1.9 media-libs/libglvnd x11-libs/cairo @@ -90,7 +56,7 @@ DEPEND=" >=dev-libs/hyprland-protocols-0.3 >=dev-libs/hyprlang-0.3.2 >=dev-libs/wayland-protocols-1.36 - >=gui-libs/hyprutils-0.1.5 + >=gui-libs/hyprutils-0.2.0 " BDEPEND=" ${WLROOTS_BDEPEND} @@ -120,7 +86,6 @@ src_configure() { $(meson_feature legacy-renderer legacy_renderer) $(meson_feature systemd) $(meson_feature X xwayland) - $(meson_feature X wlroots:xwayland) -Dwlroots:backends=drm,libinput$(usev X ',x11') -Dwlroots:xcb-errors=disabled )
