main/i3lock: add dependency xkeyboard-config fixes bug #4702

This commit is contained in:
Johannes Matheis 2015-10-03 12:07:30 +00:00 committed by Natanael Copa
parent 9ba98bbac7
commit f75bf64c22

View File

@ -2,12 +2,12 @@
# Maintainer: Johannes Matheis <jomat+alpinebuild@jmt.gr>
pkgname=i3lock
pkgver=2.7
pkgrel=0
pkgrel=1
pkgdesc="An improved screenlocker based upon XCB and PAM"
url="http://i3wm.org/i3lock/"
arch="all"
license="MIT"
depends=""
depends="xkeyboard-config"
depends_dev="libev-dev cairo-dev linux-pam-dev libxkbcommon-dev xcb-util-image-dev"
makedepends="$depends_dev"
install=""