diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2023-10-28 10:52:15 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2023-10-28 12:18:14 +0300 |
commit | 4804245dd684b78edc624068a8850432e317233f (patch) | |
tree | c4f843a0faa1b3e3d37d4b0202e2262494798008 /gui-wm | |
parent | media-gfx/blender: remove unused patch (diff) | |
download | gentoo-4804245dd684b78edc624068a8850432e317233f.tar.gz gentoo-4804245dd684b78edc624068a8850432e317233f.tar.bz2 gentoo-4804245dd684b78edc624068a8850432e317233f.zip |
gui-wm/hyprland: remove unused patch
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/33557
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'gui-wm')
-rw-r--r-- | gui-wm/hyprland/files/hyprland-0.28.0-no-wlroots-automagic-r1.patch | 20 |
1 files changed, 0 insertions, 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')) - |