Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 365311
Collapse All | Expand All

(-)lightdm-0.2.3.ebuild (-3 / +12 lines)
Lines 13-35 Link Here
13
LICENSE="GPL-3 LGPL-3"
13
LICENSE="GPL-3 LGPL-3"
14
SLOT="0"
14
SLOT="0"
15
KEYWORDS="~amd64 ~x86"
15
KEYWORDS="~amd64 ~x86"
16
IUSE="+introspection qt4"
16
IUSE="+introspection qt4 vala"
17
17
18
18
RDEPEND=">=dev-libs/dbus-glib-0.88
19
RDEPEND=">=dev-libs/dbus-glib-0.88
19
	net-libs/webkit-gtk:2
20
	net-libs/webkit-gtk:2
20
	virtual/pam
21
	virtual/pam
21
	x11-libs/gtk+:2
22
	>=x11-libs/gtk+-2.24.3
22
	x11-libs/libX11
23
	x11-libs/libX11
23
	x11-libs/libxcb
24
	x11-libs/libxcb
24
	x11-libs/libXdmcp
25
	x11-libs/libXdmcp
25
	x11-libs/libxklavier
26
	x11-libs/libxklavier
26
	introspection? ( dev-libs/gobject-introspection )
27
	introspection? ( dev-libs/gobject-introspection )
27
	qt4? ( x11-libs/qt-gui:4 )"
28
	qt4? ( x11-libs/qt-gui:4 )
29
	vala? ( dev-lang/vala:0.10 )"
28
DEPEND="${RDEPEND}
30
DEPEND="${RDEPEND}
29
	dev-util/intltool
31
	dev-util/intltool
30
	dev-util/pkgconfig
32
	dev-util/pkgconfig
31
	sys-devel/gettext"
33
	sys-devel/gettext"
32
34
35
# Since ./configure script doesn't recognize installed Vala version(s),
36
# we use a couple of variables. Latest stable version (0.10.3) should be
37
# enough.
38
39
VALAC="/usr/bin/valac-0.10"
40
VALA_API_GEN="/usr/bin/vapigen-0.10"
41
33
src_configure() {
42
src_configure() {
34
	local default=gnome
43
	local default=gnome
35
	has_version xfce-base/xfce4-meta && default=xfce
44
	has_version xfce-base/xfce4-meta && default=xfce

Return to bug 365311