summaryrefslogtreecommitdiff
path: root/x11-wm/hyprland-devel/files/patch-system-wlroots
diff options
context:
space:
mode:
Diffstat (limited to 'x11-wm/hyprland-devel/files/patch-system-wlroots')
-rw-r--r--x11-wm/hyprland-devel/files/patch-system-wlroots26
1 files changed, 0 insertions, 26 deletions
diff --git a/x11-wm/hyprland-devel/files/patch-system-wlroots b/x11-wm/hyprland-devel/files/patch-system-wlroots
deleted file mode 100644
index 0f099fd8359d..000000000000
--- a/x11-wm/hyprland-devel/files/patch-system-wlroots
+++ /dev/null
@@ -1,26 +0,0 @@
-Allow system wlroots to reduce maintenance (wlroots has tons of options)
-
---- meson.build.orig 2023-03-14 21:56:31 UTC
-+++ meson.build
-@@ -39,8 +39,8 @@ add_project_arguments(
- ],
- language: 'cpp')
-
--wlroots = subproject('wlroots', default_options: ['examples=false'])
--have_xwlr = wlroots.get_variable('features').get('xwayland')
-+wlroots = dependency('wlroots', version: ['>=0.17.0', '<0.18.0'], default_options: ['examples=false'])
-+have_xwlr = wlroots.get_variable(pkgconfig: 'have_xwayland', internal: 'have_xwayland') == 'true'
- xcb_dep = dependency('xcb', required: get_option('xwayland'))
-
- cmake = import('cmake')
---- src/meson.build.orig 2023-03-14 21:56:31 UTC
-+++ src/meson.build
-@@ -7,7 +7,7 @@ executable('Hyprland', src,
- server_protos,
- dependency('wayland-server'),
- dependency('wayland-client'),
-- wlroots.get_variable('wlroots'),
-+ wlroots,
- dependency('cairo'),
- dependency('libdrm'),
- dependency('egl'),