Travis: Install a newer LGI version
Signed-off-by: Uli Schlachter <psychon@znc.in>
This commit is contained in:
parent
4ea8147b59
commit
baa88cb37d
|
@ -31,13 +31,14 @@ addons:
|
|||
- libxcb-xkb-dev
|
||||
- libxkbcommon-dev
|
||||
- libxkbcommon-x11-dev
|
||||
- lua-lgi
|
||||
- gir1.2-pango-1.0
|
||||
# Dependencies for xcb-util-cursor
|
||||
- libxcb-render-util0-dev
|
||||
- libxcb-image0-dev
|
||||
# Dependencies for xcb-util-xrm
|
||||
- xutils-dev
|
||||
# Dependencies for lgi
|
||||
- libgirepository1.0-dev
|
||||
|
||||
# Clone the awesomeWM.github.io repo before building, because we need the
|
||||
# working copy to be there for updating already.
|
||||
|
@ -77,6 +78,9 @@ install:
|
|||
# Of course Ubuntu's Luarocks version is too old for --bin
|
||||
- PATH="$PATH:$HOME/.luarocks/bin"
|
||||
|
||||
# lgi is too old
|
||||
- travis_retry luarocks --local install lgi
|
||||
|
||||
script:
|
||||
- PKG_CONFIG_PATH="$HOME/install/lib/pkgconfig" make build_for_travis
|
||||
|
||||
|
|
Loading…
Reference in New Issue