mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2024-11-28 04:34:25 +08:00
bbfd6dfe2e
`x86_build-base-wine.sh` are usd to install wine and xvfb `x86_build-mingw-patch.sh` are used to pull packages from msys2 that can be directly used. `x86_build-mingw-source-deps.sh` are used to building llvm, libclc, clang, spirv-tools and directx-headers from source xvfb are used to enable wgl tests on debian Signed-off-by: Yonggang Luo <luoyonggang@gmail.com> Acked-by: Jesse Natalie <jenatali@microsoft.com> Acked-by: Daniel Stone <daniels@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16084>
22 lines
529 B
INI
22 lines
529 B
INI
[binaries]
|
|
c = ['ccache', 'x86_64-w64-mingw32-gcc-posix']
|
|
cpp = ['ccache', 'x86_64-w64-mingw32-g++-posix']
|
|
ar = 'x86_64-w64-mingw32-ar'
|
|
strip = 'x86_64-w64-mingw32-strip'
|
|
pkgconfig = '/usr/x86_64-w64-mingw32/bin/pkg-config'
|
|
llvm-config = '/usr/x86_64-w64-mingw32/bin/llvm-config'
|
|
windres = 'x86_64-w64-mingw32-windres'
|
|
exe_wrapper = ['wine64']
|
|
|
|
[properties]
|
|
needs_exe_wrapper = True
|
|
sys_root = '/usr/x86_64-w64-mingw32/'
|
|
|
|
[host_machine]
|
|
system = 'windows'
|
|
cpu_family = 'x86_64'
|
|
cpu = 'x86_64'
|
|
endian = 'little'
|
|
|
|
; vim: ft=dosini
|