mirror of
https://github.com/davatorium/rofi.git
synced 2025-02-03 15:34:54 -05:00
travis.yml: Trick the package whitelist for now
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
This commit is contained in:
parent
6a84d29e02
commit
73018f829e
1 changed files with 5 additions and 4 deletions
|
@ -11,8 +11,6 @@ addons:
|
|||
- libpango1.0-dev
|
||||
- libcairo2-dev
|
||||
- libstartup-notification0-dev
|
||||
- libxkbcommon-dev
|
||||
- libxkbcommon-x11-dev
|
||||
- libxcb-ewmh-dev
|
||||
- libxcb-icccm4-dev
|
||||
- libxcb-util0-dev
|
||||
|
@ -27,8 +25,11 @@ addons:
|
|||
compiler:
|
||||
- gcc
|
||||
|
||||
before_install:
|
||||
- git submodule update --init
|
||||
# TODO: We install xkbcommon here, until it is whitelisted in Travis
|
||||
install:
|
||||
- sudo apt-get install -y libxkbcommon-dev libxkbcommon-x11-dev
|
||||
|
||||
before_script:
|
||||
- autoreconf -i
|
||||
|
||||
script:
|
||||
|
|
Loading…
Add table
Reference in a new issue