Added libudev to travis for buildings libinput

This commit is contained in:
Drakulix 2017-04-26 19:48:15 +02:00
parent 092fc198c3
commit 29ac97b4a7
1 changed files with 1 additions and 1 deletions

View File

@ -22,6 +22,7 @@ addons:
apt: apt:
packages: packages:
- libwayland-dev - libwayland-dev
- libudev-dev
branches: branches:
only: only:
@ -59,4 +60,3 @@ notifications:
on_success: change on_success: change
on_failure: always on_failure: always
on_start: never on_start: never