mirror of
https://github.com/lbonn/rofi
synced 2024-11-26 13:50:27 +00:00
Fix flex install travis build. (#589)
* add libfl/trusty-backports as dep
This commit is contained in:
parent
fb318f0ff8
commit
876e743497
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ before_install:
|
|||
# TODO: We install xkbcommon here, until Travis use an up-to-date enough Ubuntu
|
||||
# TODO: We install libxcb-ewmh-dev here, until it is whitelisted again in Travis
|
||||
install:
|
||||
- sudo apt-get install -y --force-yes libxkbcommon-dev libxkbcommon-x11-dev libxcb-ewmh-dev flex/trusty-backports
|
||||
- sudo apt-get install -y --force-yes libxkbcommon-dev libxkbcommon-x11-dev libxcb-ewmh-dev flex/trusty-backports libfl-dev/trusty-backports
|
||||
|
||||
before_script:
|
||||
- git clone --recursive https://github.com/Airblader/xcb-util-xrm.git
|
||||
|
|
Loading…
Reference in a new issue