Enable wayland for AppImages

This commit is contained in:
Zion Nimchuk 2018-05-17 11:36:49 -07:00 committed by Ani
parent 67a6db8325
commit 4db0cf005b
1 changed files with 5 additions and 0 deletions

View File

@ -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