diff options
author | vaxerski <[email protected]> | 2023-09-17 00:08:19 +0100 |
---|---|---|
committer | vaxerski <[email protected]> | 2023-09-17 00:08:19 +0100 |
commit | c8cc811e85eec16932f59fdf3783e9a6195f20f8 (patch) | |
tree | d7a44f1e6ff2eb75709edb6880e10998b341cf6c | |
parent | c0082519ae476cf7fb75fcb2016607d193b14c49 (diff) | |
download | Hyprland-c8cc811e85eec16932f59fdf3783e9a6195f20f8.tar.gz Hyprland-c8cc811e85eec16932f59fdf3783e9a6195f20f8.zip |
nix: update patches for meson changes
-rw-r--r-- | nix/patches/meson-build.patch | 2 |
1 files changed, 1 insertions, 1 deletions
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')) - |