From 4db0cf005bbd030dc001b41e480a739db77db601 Mon Sep 17 00:00:00 2001 From: Zion Nimchuk Date: Thu, 17 May 2018 11:36:49 -0700 Subject: [PATCH] Enable wayland for AppImages --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.travis.yml b/.travis.yml index 78f8123d68..61231a4312 100644 --- a/.travis.yml +++ b/.travis.yml @@ -132,3 +132,8 @@ addons: - libudev-dev - libevdev-dev - libpulse-dev + # Wayland support, Ubuntu 14.04's version is quite old, but it's better than nothing + - libwayland-dev + - libwayland-cursor0 + - libwayland-client0 + - libwayland-server0