mirror of https://github.com/neutrinolabs/xrdp
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:
parent
fe410a595d
commit
2be49f3d73
|
@ -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
|
||||
|
|
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue