dbus/maint/wine-exe-wrapper.txt
Simon McVittie 9d5e78798d CI: Only configure wine as an exe_wrapper if we are going to run tests
This choice of exe_wrapper doesn't appear to work on Debian 12, causing
a build failure while checking that the output of the C++ compiler is
executable.

Another advantage of this is that if we're not running the test suite,
we can do a more traditional cross-build where running host-architecture
executables is impossible, which doubles as a way to prove that this
still works.

Signed-off-by: Simon McVittie <smcv@collabora.com>
2024-10-01 14:40:26 +01:00

6 lines
164 B
Text

# Copyright 2018-2020 Meson contributors
# Copyright 2024 Collabora Ltd.
# SPDX-License-Identifier: Apache-2.0
[binaries]
exe_wrapper = ['xvfb-run', '-a', 'wine']