summaryrefslogtreecommitdiffstats
path: root/meta-moblin/packages/gnome/gnome-menus_2.24.1.bb
blob: dae1059b756559c1400c45ccc71842b29f2f6b28 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
DEPENDS = "python gnome-vfs libxml2 gconf popt gtk+"
LICENSE = "GPL"

inherit gnome pkgconfig

DEPENDS += "intltool"

do_stage() {
	autotools_stage_all
}

PACKAGES += "${PN}-python"
FILES_${PN} += "${datadir}/desktop-directories/"
FILES_${PN}-python = "${libdir}/python*"
FILES_${PN}-dbg += "${libdir}/python*/site-packages/*/.debug \
                    ${libdir}/python*/site-packages/.debug"