]> git.pld-linux.org Git - packages/mutter.git/blob - mutter-no-xwayland.patch
- added no-xwayland patch (don't require Xwayland binary at configure time)
[packages/mutter.git] / mutter-no-xwayland.patch
1 --- mutter-3.38.2/meson.build.orig      2020-12-02 22:42:53.975304000 +0100
2 +++ mutter-3.38.2/meson.build   2020-12-03 21:29:37.119893722 +0100
3 @@ -411,14 +411,11 @@
4  
5    # For Xwayland -initfd usage
6    use_initfd = get_option('xwayland_initfd')
7 -  xwayland_options = run_command(xwayland_path, '-help')
8    if use_initfd.auto()
9 +    xwayland_options = run_command(xwayland_path, '-help')
10      have_xwayland_initfd = xwayland_options.stderr().contains('-initfd')
11    else
12      have_xwayland_initfd = use_initfd.enabled()
13 -    if have_xwayland_initfd and not xwayland_options.stderr().contains('-initfd')
14 -      error('XWayland -initfd support requested but not available')
15 -    endif
16    endif
17  
18    if (have_xwayland_initfd)
This page took 0.390557 seconds and 4 git commands to generate.