Last change
on this file since 103996 was 103996, checked in by vboxsync, 13 months ago |
Additions/3D/mesa: export mesa-24.0.2 to OSE. bugref:10606
|
File size:
436 bytes
|
Line | |
---|
1 | #!/usr/bin/env bash
|
---|
2 | # shellcheck disable=SC2086 # we want word splitting
|
---|
3 |
|
---|
4 | # When changing this file, you need to bump the following
|
---|
5 | # .gitlab-ci/image-tags.yml tags:
|
---|
6 | # DEBIAN_BUILD_TAG
|
---|
7 |
|
---|
8 | set -ex
|
---|
9 |
|
---|
10 | git clone https://github.com/microsoft/DirectX-Headers -b v1.611.0 --depth 1
|
---|
11 | pushd DirectX-Headers
|
---|
12 | meson setup build --backend=ninja --buildtype=release -Dbuild-test=false $EXTRA_MESON_ARGS
|
---|
13 | meson install -C build
|
---|
14 | popd
|
---|
15 | rm -rf DirectX-Headers
|
---|
Note:
See
TracBrowser
for help on using the repository browser.