From 5e92280324c80defb51c60472f27c7788ffca55d Mon Sep 17 00:00:00 2001 From: Jan Beich Date: Wed, 3 May 2023 17:07:25 +0000 Subject: x11-wm/hyprland-devel: remove until enough upstream changes accumulate --- x11-wm/hyprland-devel/files/patch-system-wlroots | 26 ------------------------ 1 file changed, 26 deletions(-) delete mode 100644 x11-wm/hyprland-devel/files/patch-system-wlroots (limited to 'x11-wm/hyprland-devel/files/patch-system-wlroots') 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'), -- cgit v1.2.3