mirror of https://github.com/procxx/kepka.git
Use exact version of libxkbcommon in Travis build
This commit is contained in:
parent
f11339361d
commit
d17f21c10d
|
@ -170,6 +170,7 @@ buildXkbCommon() {
|
||||||
git clone https://github.com/xkbcommon/libxkbcommon.git
|
git clone https://github.com/xkbcommon/libxkbcommon.git
|
||||||
|
|
||||||
cd "$EXTERNAL/libxkbcommon"
|
cd "$EXTERNAL/libxkbcommon"
|
||||||
|
git checkout xkbcommon-0.8.4
|
||||||
./autogen.sh --prefix=$XKB_PATH
|
./autogen.sh --prefix=$XKB_PATH
|
||||||
make $MAKE_ARGS
|
make $MAKE_ARGS
|
||||||
sudo make install
|
sudo make install
|
||||||
|
|
Loading…
Reference in New Issue