summaryrefslogtreecommitdiff
path: root/gui-wm
diff options
context:
space:
mode:
authorJohn M. Harris Jr. <johnmh@johnmh.me>2024-07-23 19:32:56 -0700
committerYixun Lan <dlan@gentoo.org>2024-07-25 00:03:45 +0000
commit99abd9993396abb834f5699da785fb4b0ca90493 (patch)
tree0a6cd64cceea202f157e553c0f621c252fe09c46 /gui-wm
parentgui-libs/aquamarine: add 0.1.1 (diff)
downloadgentoo-99abd9993396abb834f5699da785fb4b0ca90493.tar.gz
gentoo-99abd9993396abb834f5699da785fb4b0ca90493.tar.bz2
gentoo-99abd9993396abb834f5699da785fb4b0ca90493.zip
gui-wm/hyprland: Update dependencies, live
Closes: https://github.com/gentoo/gentoo/pull/37676 Signed-off-by: John M. Harris Jr. <johnmh@johnmh.me> Signed-off-by: Yixun Lan <dlan@gentoo.org>
Diffstat (limited to 'gui-wm')
-rw-r--r--gui-wm/hyprland/hyprland-9999.ebuild39
1 files 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
)