Update CI dependencies

The xrdp-genkeymap utility now requires the libxkbfile-dev
package (or equivalent) to be able to log the setxkbmap
command used to create a keymap file
This commit is contained in:
matt335672 2024-05-01 17:11:23 +01:00
parent fe410a595d
commit 2be49f3d73
2 changed files with 4 additions and 2 deletions

View File

@ -6,7 +6,7 @@ FreeBSD_task:
freebsd_instance:
image_family: freebsd-13-2
prepare_script:
- pkg install -y $SSL git autoconf automake libtool pkgconf opus jpeg-turbo fdk-aac pixman libX11 libXfixes libXrandr nasm fusefs-libs check imlib2 freetype2 cmocka ibus
- pkg install -y $SSL git autoconf automake libtool pkgconf opus jpeg-turbo fdk-aac pixman libX11 libXfixes libXrandr libxkbfile nasm fusefs-libs check imlib2 freetype2 cmocka ibus
- git submodule update --init --recursive
configure_script:
- ./bootstrap

View File

@ -78,7 +78,8 @@ in
libssl-dev \
libx11-dev \
libxrandr-dev \
libxfixes-dev"
libxfixes-dev \
libxkbfile-dev"
case "$FEATURE_SET"
in
@ -129,6 +130,7 @@ in
libx11-dev:i386 \
libxext-dev:i386 \
libxfixes-dev:i386 \
libxkbfile-dev:i386 \
libxrandr-dev:i386 \
libxrender-dev:i386 \
libsubunit-dev:i386 \