2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-30 22:16:14 +00:00

Use exact version of libxkbcommon in Travis build

This commit is contained in:
RadRussianRus
2019-09-23 01:38:56 +03:00
committed by John Preston
parent f11339361d
commit d17f21c10d

View File

@@ -170,6 +170,7 @@ buildXkbCommon() {
git clone https://github.com/xkbcommon/libxkbcommon.git
cd "$EXTERNAL/libxkbcommon"
git checkout xkbcommon-0.8.4
./autogen.sh --prefix=$XKB_PATH
make $MAKE_ARGS
sudo make install