mirror of
https://github.com/polybar/polybar.git
synced 2024-11-11 13:50:56 -05:00
fix(travis): Install xcb-util-image
This commit is contained in:
parent
70c3e55dba
commit
ccee2ba025
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ before_install:
|
|||
|
||||
# Install packages : xcb
|
||||
#--------------------------------------------------------------------------x
|
||||
- sudo apt-get install -y libxcb1-dev libxcb-util0-dev libxcb-randr0-dev libxcb-ewmh-dev libxcb-icccm4-dev xcb-proto python-xcbgen libfreetype6-dev
|
||||
- sudo apt-get install -y libxcb1-dev libxcb-util0-dev libxcb-image0-dev libxcb-randr0-dev libxcb-ewmh-dev libxcb-icccm4-dev xcb-proto python-xcbgen libfreetype6-dev
|
||||
|
||||
# Install packages : optional
|
||||
#--------------------------------------------------------------------------x
|
||||
|
|
Loading…
Reference in a new issue