aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gnome/gnome-session_2.24.1.bb
blob: f8c66ced2f0a70f7aa9a7cbe2571f69c237d6294 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
DESCRIPTION = "Gnome session manager"
LICENSE = "GPL"
DEPENDS = "libwnck gnome-keyring libgnomeui startup-notification gtk+ gconf gdk-pixbuf-csource-native"

inherit gnome 

EXTRA_OECONF = " ac_cv_path_GCONF_SANITY_CHECK=set "

FILES_${PN} += "${datadir}/xsessions ${datadir}/icons ${datadir}/gnome"
FILES_${PN}-dbg += "${libdir}/gnome-session/helpers/"

do_stage () {
	 autotools_stage_all
}