summaryrefslogtreecommitdiff
path: root/gui-wm/hyprland/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-10-28 16:35:15 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-10-28 16:35:15 +0100
commit35a2663a10c1124ae2951397ed2a4435dc5808e5 (patch)
tree16b51f23ec0b437ddf2856f01e338b0dcc6bdb0f /gui-wm/hyprland/files
parent5d1fadfaf82053fc45d6120cb990be1ffb05fc8d (diff)
gentoo auto-resync : 28:10:2023 - 16:35:15
Diffstat (limited to 'gui-wm/hyprland/files')
-rw-r--r--gui-wm/hyprland/files/hyprland-0.28.0-no-wlroots-automagic-r1.patch20
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'))
-