Skip to content

Commit f8c8f5a

Browse files
qtile-wayland: add missing dependencies
1 parent d05db86 commit f8c8f5a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

srcpkgs/qtile/template

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Template file for 'qtile'
22
pkgname=qtile
33
version=0.36.0
4-
revision=1
4+
revision=2
55
build_style=python3-pep517
66
_wlroots=0.19
77
make_build_args="--config-setting backend=wayland"
@@ -35,7 +35,7 @@ post_install() {
3535
}
3636

3737
qtile-wayland_package() {
38-
depends="${sourcepkg}>=${version}_${revision}"
38+
depends="${sourcepkg}>=${version}_${revision} xorg-server-xwayland dejavu-fonts-ttf"
3939
pkg_install() {
4040
vmove ${py3_sitelib}/libqtile/backend/wayland
4141
vmove usr/share/wayland-sessions

0 commit comments

Comments
 (0)