aboutsummaryrefslogtreecommitdiffstats
path: root/testing/lightdm
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2014-07-18 07:14:49 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2014-07-18 07:14:49 +0000
commitec6d1886b11963090a7c585518db9d018c982276 (patch)
treedf84fd7440f01cc4572443da6d7768319978b7e1 /testing/lightdm
parent83897f40b280e7949b2c3b95512903d61b114edb (diff)
downloadaports-ec6d1886b11963090a7c585518db9d018c982276.tar.bz2
aports-ec6d1886b11963090a7c585518db9d018c982276.tar.xz
testing/lightdm: fix depends for -dev
Diffstat (limited to 'testing/lightdm')
-rw-r--r--testing/lightdm/APKBUILD6
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"