From c8cc811e85eec16932f59fdf3783e9a6195f20f8 Mon Sep 17 00:00:00 2001 From: vaxerski <43317083+vaxerski@users.noreply.github.com> Date: Sun, 17 Sep 2023 00:08:19 +0100 Subject: [PATCH] nix: update patches for meson changes --- nix/patches/meson-build.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/patches/meson-build.patch b/nix/patches/meson-build.patch index 2d058cc3..d0cba18a 100644 --- a/nix/patches/meson-build.patch +++ b/nix/patches/meson-build.patch @@ -18,7 +18,7 @@ index f3802553..6a924a79 100644 ], language: 'cpp') --wlroots = subproject('wlroots', default_options: ['examples=false']) +-wlroots = subproject('wlroots', default_options: ['examples=false', 'renderers=gles2']) -have_xwlr = wlroots.get_variable('features').get('xwayland') -xcb_dep = dependency('xcb', required: get_option('xwayland')) -