commit:     4804245dd684b78edc624068a8850432e317233f
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Sat Oct 28 08:52:15 2023 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sat Oct 28 09:18:14 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4804245d

gui-wm/hyprland: remove unused patch

Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/33557
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 .../hyprland-0.28.0-no-wlroots-automagic-r1.patch    | 20 --------------------
 1 file changed, 20 deletions(-)

diff --git 
a/gui-wm/hyprland/files/hyprland-0.28.0-no-wlroots-automagic-r1.patch 
b/gui-wm/hyprland/files/hyprland-0.28.0-no-wlroots-automagic-r1.patch
deleted file mode 100644
index ca37e4e7c16d..000000000000
--- a/gui-wm/hyprland/files/hyprland-0.28.0-no-wlroots-automagic-r1.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-# Disable automagic, otherwise wlroots will enable features if dependencies 
are present.
-# Enable x11-backend only if xwayland is enabled.
-diff --git a/meson.build b/meson.build
-index 6a94dee6..08993f8a 100644
---- a/meson.build
-+++ b/meson.build
-@@ -39,7 +39,12 @@ add_project_arguments(
-   ],
-   language: 'cpp')
- 
--wlroots = subproject('wlroots', default_options: ['examples=false'])
-+if get_option('xwayland').enabled()
-+  wlroots = subproject('wlroots', default_options: 
['backends=drm,libinput,x11','examples=false','renderers=gles2','xcb-errors=disabled','xwayland=enabled'])
-+else
-+  wlroots = subproject('wlroots', default_options: 
['backends=drm,libinput','examples=false','renderers=gles2','xcb-errors=disabled','xwayland=disabled'])
-+endif
-+
- have_xwlr = wlroots.get_variable('features').get('xwayland')
- xcb_dep = dependency('xcb', required: get_option('xwayland'))
- 

Reply via email to