summaryrefslogtreecommitdiff
path: root/gui-wm
diff options
context:
space:
mode:
authorAlfred Wingate <parona@protonmail.com>2023-11-04 11:03:04 +0200
committerSam James <sam@gentoo.org>2023-11-04 19:47:20 +0000
commitbbbcc6ef6470696e11ff79c6a450603494957e5b (patch)
tree2bf3d034113b43e1c40777f23e2c87065df9def5 /gui-wm
parentgui-wm/hyprland: include wlr headers (diff)
downloadgentoo-bbbcc6ef6470696e11ff79c6a450603494957e5b.tar.gz
gentoo-bbbcc6ef6470696e11ff79c6a450603494957e5b.tar.bz2
gentoo-bbbcc6ef6470696e11ff79c6a450603494957e5b.zip
gui-wm/hyprland: remove wlroots subproject patch
* Meson supports subproject specific options making it redundant. Signed-off-by: Alfred Wingate <parona@protonmail.com> Closes: https://github.com/gentoo/gentoo/pull/33661 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'gui-wm')
-rw-r--r--gui-wm/hyprland/hyprland-0.31.0-r1.ebuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/gui-wm/hyprland/hyprland-0.31.0-r1.ebuild b/gui-wm/hyprland/hyprland-0.31.0-r1.ebuild
index d418c6225339..0e5c0a9d3180 100644
--- a/gui-wm/hyprland/hyprland-0.31.0-r1.ebuild
+++ b/gui-wm/hyprland/hyprland-0.31.0-r1.ebuild
@@ -79,7 +79,6 @@ BDEPEND="
"
PATCHES=(
- "${FILESDIR}/hyprland-0.30.0-no-wlroots-automagic-r1.patch"
"${FILESDIR}/hyprland-0.31.0-fix-log-headers.patch"
)
@@ -110,8 +109,11 @@ src_prepare() {
src_configure() {
local emesonargs=(
$(meson_feature legacy-renderer legacy_renderer)
- $(meson_feature X xwayland)
$(meson_feature systemd)
+ $(meson_feature X xwayland)
+ $(meson_feature X wlroots:xwayland)
+ -Dwlroots:backends=drm,libinput$(usev X ',x11')
+ -Dwlroots:xcb-errors=disabled
)
meson_src_configure