diff options
author | John M. Harris Jr. <johnmh@johnmh.me> | 2024-08-09 20:33:55 -0700 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2024-08-11 02:40:27 +0000 |
commit | 50916286b7e5c902c0ce788b9d877cdff2d661d4 (patch) | |
tree | a460eafab14b197cf60b751016b69e2c5d436c3f /gui-wm | |
parent | gui-libs/aquamarine: skip tests (diff) | |
download | gentoo-50916286b7e5c902c0ce788b9d877cdff2d661d4.tar.gz gentoo-50916286b7e5c902c0ce788b9d877cdff2d661d4.tar.bz2 gentoo-50916286b7e5c902c0ce788b9d877cdff2d661d4.zip |
gui-wm/hyprland: fix USE=X dependencies
Cleaned remnants of wlroots.
Closes: https://bugs.gentoo.org/show_bug.cgi?id=937638
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-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 |