VirtualBox

source: vbox/trunk/src/VBox/Additions/3D/mesa/mesa-24.0.2/.gitlab-ci/container/build-wayland.sh@ 103996

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: 629 bytes
Line 
1#!/usr/bin/env bash
2# shellcheck disable=SC2086 # we want word splitting
3
4set -ex
5
6export LIBWAYLAND_VERSION="1.21.0"
7export WAYLAND_PROTOCOLS_VERSION="1.31"
8
9git clone https://gitlab.freedesktop.org/wayland/wayland
10cd wayland
11git checkout "$LIBWAYLAND_VERSION"
12meson setup -Ddocumentation=false -Ddtd_validation=false -Dlibraries=true _build $EXTRA_MESON_ARGS
13meson install -C _build
14cd ..
15rm -rf wayland
16
17git clone https://gitlab.freedesktop.org/wayland/wayland-protocols
18cd wayland-protocols
19git checkout "$WAYLAND_PROTOCOLS_VERSION"
20meson setup _build $EXTRA_MESON_ARGS
21meson install -C _build
22cd ..
23rm -rf wayland-protocols
Note: See TracBrowser for help on using the repository browser.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette