Files
sablink-distro/x11-misc/lightdm/lightdm-1.22.0.ebuild
T
2017-05-01 21:19:47 +02:00

21 lines
557 B
Bash

# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
DESCRIPTION="LightDM meta package"
HOMEPAGE="https://www.freedesktop.org/wiki/Software/LightDM"
LICENSE="GPL-3 LGPL-3"
SLOT="0"
KEYWORDS="~amd64 ~arm ~x86"
IUSE="audit +gtk +introspection kde qt4 qt5 +gnome"
DEPEND="~x11-misc/lightdm-base-${PV}[introspection=]
qt4? ( ~x11-misc/lightdm-qt4-${PV} )
qt5? ( ~x11-misc/lightdm-qt5-${PV} )"
RDEPEND="${DEPEND}"
PDEPEND="
gtk? ( x11-misc/lightdm-gtk-greeter )
kde? ( x11-misc/lightdm-kde )"