diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2014-09-10 19:06:03 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2014-09-10 19:07:29 +0000 |
commit | 4f600c86c15a039516a7e989725077eb0600eadf (patch) | |
tree | 97033ad0cb17b469a87887bcca2b0b1ec9a0ffc1 /testing/lightdm | |
parent | c509b212bdf79b81888f9d22b0205f0c9fb1727e (diff) | |
download | aports-4f600c86c15a039516a7e989725077eb0600eadf.tar.bz2 aports-4f600c86c15a039516a7e989725077eb0600eadf.tar.xz |
testing/lightdm: add accounssservice to depends
Diffstat (limited to 'testing/lightdm')
-rw-r--r-- | testing/lightdm/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/lightdm/APKBUILD b/testing/lightdm/APKBUILD index d412871b5e..7276705c4e 100644 --- a/testing/lightdm/APKBUILD +++ b/testing/lightdm/APKBUILD @@ -2,12 +2,12 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=lightdm pkgver=1.10.1 -pkgrel=2 +pkgrel=3 pkgdesc="A cross-desktop display manager" url="http://www.freedesktop.org/wiki/Software/LightDM" arch="all" license="GPL-3" -depends="dbus xinit" +depends="dbus xinit accountsservice" depends_dev="glib-dev libxklavier-dev libx11-dev" makedepends="$depends_dev linux-pam-dev gtk+3.0-dev libxext-dev autoconf automake libtool gobject-introspection-dev itstool |