From ac11638303b6209031c5dc1d23ef3a5cde2c7807 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Thu, 7 Feb 2019 13:00:52 +0100 Subject: [PATCH] PKGBUILD: add new wayland dependencies --- PKGBUILD | 1 + 1 file changed, 1 insertion(+) diff --git a/PKGBUILD b/PKGBUILD index f22a5b4..9c260d8 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -7,6 +7,7 @@ url=https://gitlab.com/dnkl/f00bar license=(mit) depends=( 'libxcb' 'xcb-util' 'xcb-util-cursor' 'xcb-util-wm' + 'wayland' 'wlroots' 'freetype2' 'fontconfig' 'cairo' 'libyaml' 'alsa-lib'