We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 224ac93 commit b28c5f4Copy full SHA for b28c5f4
meson.build
@@ -403,7 +403,7 @@ if have_wayland
403
# For Xwayland -initfd usage
404
use_initfd = get_option('xwayland_initfd')
405
if use_initfd.auto()
406
- xwayland_options = run_command(xwayland_path, '-help')
+ xwayland_options = run_command([xwayland_path, '-help'], check: true)
407
have_xwayland_initfd = xwayland_options.stderr().contains('-initfd')
408
else
409
have_xwayland_initfd = use_initfd.enabled()
0 commit comments