mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2025-12-30 09:40:14 +01:00
gitlab-ci: Rebuild image with libdisplay-info to 0.2.0
Next we are going to make libdisplay-info 0.2.0 a hard requirement. Signed-off-by: Robert Mader <robert.mader@collabora.com>
This commit is contained in:
parent
76e659f45e
commit
9f21128d78
2 changed files with 2 additions and 2 deletions
|
|
@ -43,7 +43,7 @@
|
||||||
variables:
|
variables:
|
||||||
FDO_UPSTREAM_REPO: wayland/weston
|
FDO_UPSTREAM_REPO: wayland/weston
|
||||||
FDO_REPO_SUFFIX: "$BUILD_OS-$FDO_DISTRIBUTION_VERSION/$BUILD_ARCH"
|
FDO_REPO_SUFFIX: "$BUILD_OS-$FDO_DISTRIBUTION_VERSION/$BUILD_ARCH"
|
||||||
FDO_DISTRIBUTION_TAG: '2025-02-17-bump-wayland-protocols-version-2'
|
FDO_DISTRIBUTION_TAG: '2025-03-04-libdisplay-0.2.0'
|
||||||
|
|
||||||
|
|
||||||
include:
|
include:
|
||||||
|
|
|
||||||
|
|
@ -196,7 +196,7 @@ cd ..
|
||||||
rm -rf neatvnc
|
rm -rf neatvnc
|
||||||
|
|
||||||
# Build and install libdisplay-info, used by drm-backend
|
# Build and install libdisplay-info, used by drm-backend
|
||||||
git clone --branch 0.1.1 --depth=1 https://gitlab.freedesktop.org/emersion/libdisplay-info.git
|
git clone --branch 0.2.0 --depth=1 https://gitlab.freedesktop.org/emersion/libdisplay-info.git
|
||||||
cd libdisplay-info
|
cd libdisplay-info
|
||||||
meson build --wrap-mode=nofallback
|
meson build --wrap-mode=nofallback
|
||||||
ninja ${NINJAFLAGS} -C build install
|
ninja ${NINJAFLAGS} -C build install
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue