mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-19 08:48:06 +02:00
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>
6 lines
164 B
Text
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']
|