mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-18 13:54:36 -05:00
travis.yml: Use Jason Pleau xkbcommon package
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
This commit is contained in:
parent
50f9683c99
commit
1e3294fa68
1 changed files with 5 additions and 1 deletions
|
@ -25,9 +25,13 @@ addons:
|
||||||
compiler:
|
compiler:
|
||||||
- gcc
|
- gcc
|
||||||
|
|
||||||
|
before_install:
|
||||||
|
- sudo add-apt-repository -y 'deb http://debian.jpleau.ca/ jessie-backports main contrib non-free'
|
||||||
|
- sudo apt-get update -qq
|
||||||
|
|
||||||
# TODO: We install xkbcommon here, until it is whitelisted in Travis
|
# TODO: We install xkbcommon here, until it is whitelisted in Travis
|
||||||
install:
|
install:
|
||||||
- sudo apt-get install -y libxkbcommon-dev libxkbcommon-x11-dev
|
- sudo apt-get install -y --force-yes libxkbcommon-dev libxkbcommon-x11-dev
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- autoreconf -i
|
- autoreconf -i
|
||||||
|
|
Loading…
Reference in a new issue