Browse Source

Build: Install libxkbcommon-x11 in AppImage

Newer distributions do not install libxkbcommon-x11 by default
anymore and Qt depends on it.

-----

taken from ca3e4501cd
hard-fail-on-bad-server-string
Axel Gembe 5 years ago
committed by SomberNight
parent
commit
d3385e49bb
No known key found for this signature in database GPG Key ID: B33B5F232C6271E9
  1. 1
      contrib/build-linux/appimage/Dockerfile

1
contrib/build-linux/appimage/Dockerfile

@ -23,6 +23,7 @@ RUN apt-get update -q && \
gettext=0.19.7-2ubuntu3.1 \
libzbar0=0.10+doc-10ubuntu1 \
libdbus-1-3=1.10.6-1ubuntu3.4 \
libxkbcommon-x11-0=0.5.0-1ubuntu2.1 \
&& \
rm -rf /var/lib/apt/lists/* && \
apt-get autoremove -y && \

Loading…
Cancel
Save