diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2014-07-18 07:14:49 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2014-07-18 07:14:49 +0000 |
commit | ec6d1886b11963090a7c585518db9d018c982276 (patch) | |
tree | df84fd7440f01cc4572443da6d7768319978b7e1 /testing/lightdm | |
parent | 83897f40b280e7949b2c3b95512903d61b114edb (diff) | |
download | aports-ec6d1886b11963090a7c585518db9d018c982276.tar.bz2 aports-ec6d1886b11963090a7c585518db9d018c982276.tar.xz |
testing/lightdm: fix depends for -dev
Diffstat (limited to 'testing/lightdm')
-rw-r--r-- | testing/lightdm/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/lightdm/APKBUILD b/testing/lightdm/APKBUILD index a047722687..fc2cfecfd2 100644 --- a/testing/lightdm/APKBUILD +++ b/testing/lightdm/APKBUILD @@ -2,14 +2,14 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=lightdm pkgver=1.10.1 -pkgrel=0 +pkgrel=1 pkgdesc="A cross-desktop display manager" url="http://www.freedesktop.org/wiki/Software/LightDM" arch="all" license="GPL-3" depends="dbus" -depends_dev="" -makedepends="linux-pam-dev gtk+3.0-dev libxklavier-dev libxext-dev +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 libgcrypt-dev" install="$pkgname.pre-install" |