mirror of
https://github.com/davatorium/rofi.git
synced 2025-02-10 15:44:41 -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
|
- libpango1.0-dev
|
||||||
- libcairo2-dev
|
- libcairo2-dev
|
||||||
- libstartup-notification0-dev
|
- libstartup-notification0-dev
|
||||||
- libxkbcommon-dev
|
|
||||||
- libxkbcommon-x11-dev
|
|
||||||
- libxcb-ewmh-dev
|
- libxcb-ewmh-dev
|
||||||
- libxcb-icccm4-dev
|
- libxcb-icccm4-dev
|
||||||
- libxcb-util0-dev
|
- libxcb-util0-dev
|
||||||
|
@ -27,8 +25,11 @@ addons:
|
||||||
compiler:
|
compiler:
|
||||||
- gcc
|
- gcc
|
||||||
|
|
||||||
before_install:
|
# TODO: We install xkbcommon here, until it is whitelisted in Travis
|
||||||
- git submodule update --init
|
install:
|
||||||
|
- sudo apt-get install -y libxkbcommon-dev libxkbcommon-x11-dev
|
||||||
|
|
||||||
|
before_script:
|
||||||
- autoreconf -i
|
- autoreconf -i
|
||||||
|
|
||||||
script:
|
script:
|
||||||
|
|
Loading…
Add table
Reference in a new issue