1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-09-29 13:39:10 +00:00

Add missing build dep.

This commit is contained in:
Brenden Matthews 2017-12-07 15:03:00 -05:00
parent cbe403bc51
commit 262a2925bc
No known key found for this signature in database
GPG Key ID: 60FBD122E62B0D30

View File

@ -16,6 +16,7 @@ addons:
- liblua5.1-0-dev
- libtolua++5.1-dev
- libcairo2-dev
- libxinerama-dev
- gawk
before_script:
- mkdir build && cd build && cmake .. && cd ..