mirror of
https://github.com/davatorium/rofi.git
synced 2025-01-27 15:25:24 -05:00
travis: libxkbcommon is now in the whitelist
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
This commit is contained in:
parent
b8a327aa1b
commit
515b115e26
1 changed files with 3 additions and 1 deletions
|
@ -33,6 +33,8 @@ addons:
|
|||
- libxcb-xkb-dev
|
||||
- libxcb-randr0-dev
|
||||
- libxcb1-dev
|
||||
- libxkbcommon-dev
|
||||
- libxkbcommon-x11-dev
|
||||
- xvfb
|
||||
- discount
|
||||
- xdotool
|
||||
|
@ -58,7 +60,7 @@ before_install:
|
|||
|
||||
# TODO: We install xkbcommon here, until Travis use an up-to-date enough Ubuntu
|
||||
install:
|
||||
- sudo apt-get install -y --force-yes libxkbcommon-dev libxkbcommon-x11-dev flex/trusty-backports libfl-dev/trusty-backports
|
||||
- sudo apt-get install -y --force-yes flex/trusty-backports libfl-dev/trusty-backports
|
||||
- sudo apt-get install -y --force-yes python3-pip
|
||||
- pip3 install --user meson
|
||||
- wget https://github.com/ninja-build/ninja/releases/download/v1.7.2/ninja-linux.zip
|
||||
|
|
Loading…
Add table
Reference in a new issue