summaryrefslogtreecommitdiff
path: root/x11-wm/hyprland-devel/files/patch-system-wlroots
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2023-05-03 17:07:25 +0000
committerJan Beich <jbeich@FreeBSD.org>2023-05-03 17:34:07 +0000
commit5e92280324c80defb51c60472f27c7788ffca55d (patch)
treea6c5f770ab434ed505e37e89a0bedd5a8b839ace /x11-wm/hyprland-devel/files/patch-system-wlroots
parentx11-wm/hyprland: switch to wlroots-devel after d3cd6c622a6d (diff)
x11-wm/hyprland-devel: remove until enough upstream changes accumulate
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'),