ci: freebsd: fix missing xcb-aux and xcb-util-wm
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
parent
1c473a5248
commit
415520e0e6
|
@ -24,7 +24,7 @@ variables:
|
|||
XORG_DEBIAN_TAG: '2024-08-23-freebsd-02'
|
||||
XORG_FREEBSD_VERSION: '14.0'
|
||||
XORG_FREEBSD_EXEC: ''
|
||||
XORG_FREEBSD_TAG: '2024-06-10.0'
|
||||
XORG_FREEBSD_TAG: '2024-06-10.2'
|
||||
|
||||
include:
|
||||
- project: 'freedesktop/ci-templates'
|
||||
|
@ -109,7 +109,7 @@ stages:
|
|||
FDO_DISTRIBUTION_TAG: "$XORG_FREEBSD_TAG"
|
||||
FDO_DISTRIBUTION_VERSION: "$XORG_FREEBSD_VERSION"
|
||||
FDO_DISTRIBUTION_EXEC: ''
|
||||
FDO_DISTRIBUTION_PACKAGES: 'git gcc pkgconf autoconf automake libtool xorg-macros xorgproto bash 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 bash meson ninja pixman xtrans libXau libXdmcp libXfont2 libxkbfile libxcvt libpciaccess font-util libepoll-shim xcb-util xcb-util-wm'
|
||||
|
||||
debian-bullseye:
|
||||
extends:
|
||||
|
|
Loading…
Reference in New Issue