Skip to content
Snippets Groups Projects
Commit 9f21128d authored by Robert Mader's avatar Robert Mader Committed by Robert Mader
Browse files

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: default avatarRobert Mader <robert.mader@collabora.com>
parent 76e659f4
No related branches found
No related tags found
No related merge requests found
......@@ -43,7 +43,7 @@
variables:
FDO_UPSTREAM_REPO: wayland/weston
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:
......
......@@ -196,7 +196,7 @@ cd ..
rm -rf neatvnc
# 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
meson build --wrap-mode=nofallback
ninja ${NINJAFLAGS} -C build install
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment