summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEnrico Weigelt, metux IT consult <info@metux.net>2024-05-28 20:03:32 +0200
committerEnrico Weigelt, metux IT consult <info@metux.net>2024-05-30 10:27:37 +0200
commit538c0724f70f1e90ff0c92eaca7ae3ec931737c9 (patch)
tree44050a48c38c00e3bbefb7aa4e781b29b3bc3db8
parent09b60284f02d280b699eaf3b18dba02b1d07d9eb (diff)
gitlab CI: FTBS: fix missing libepoll-shim
Recent Xserver needs libepoll-shim on FreeBSD. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net> Part-of: <https://gitlab.freedesktop.org/xorg/driver/xf86-input-mouse/-/merge_requests/15>
-rw-r--r--.gitlab-ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c266dbf..9389b00 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -30,10 +30,10 @@ variables:
# The tag should be updated each time the list of packages is updated.
# Changing a tag forces the associated image to be rebuilt.
# Note: the tag has no meaning, we use a date format purely for readability
- FDO_DISTRIBUTION_TAG: '2023-12-02.0'
+ FDO_DISTRIBUTION_TAG: '2024-05-30.0'
FDO_DISTRIBUTION_VERSION: '14.0'
# Packages needed to build enough of xorg-server to build this driver
- EXTRA_PACKAGES: 'meson ninja pixman xtrans libXau libXdmcp libXfont2 libxkbfile libxcvt libpciaccess font-util'
+ EXTRA_PACKAGES: 'meson ninja pixman xtrans libXau libXdmcp libXfont2 libxkbfile libxcvt libpciaccess font-util libepoll-shim'
FDO_DISTRIBUTION_PACKAGES: 'git gcc pkgconf autoconf automake libtool xorg-macros xorgproto $EXTRA_PACKAGES'
#