summaryrefslogtreecommitdiffstats
path: root/recipes/gnome/gnome-menus_2.16.1.bb
blob: 1307c026f231564c9abe87b6aaa043c765b89e8d (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"

PR = "r1"

inherit gnome pkgconfig

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"