From 29ac97b4a73364096bb457a8a6bd0f979cf60f9f Mon Sep 17 00:00:00 2001 From: Drakulix Date: Wed, 26 Apr 2017 19:48:15 +0200 Subject: [PATCH] Added libudev to travis for buildings libinput --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 26e07a2..65c23e2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,6 +22,7 @@ addons: apt: packages: - libwayland-dev + - libudev-dev branches: only: @@ -59,4 +60,3 @@ notifications: on_success: change on_failure: always on_start: never -