waylock: remove uneeded wayland-devel makedepends

With the new version of smithay's client toolkit the wayland
implementation used by waylock is pure rust.
This commit is contained in:
Isaac Freund 2020-05-10 21:56:36 +02:00 committed by Helmut Pozimski
parent 688961454d
commit 4fc7c08807

View file

@ -3,7 +3,7 @@ pkgname=waylock
version=0.3.1 version=0.3.1
revision=1 revision=1
build_style=cargo build_style=cargo
makedepends="cairo-devel pam-devel wayland-devel" makedepends="cairo-devel pam-devel"
short_desc="Simple screenlocker for wayland compositors" short_desc="Simple screenlocker for wayland compositors"
maintainer="travankor <travankor@tuta.io>" maintainer="travankor <travankor@tuta.io>"
license="MIT" license="MIT"