aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gnome/gnome-keyring_0.6.0.bb
blob: dd6235263d916822e0b3bc8d871535a4a373a35e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
LICENSE = "GPL"
SECTION = "x11/gnome"

inherit gnome

DEPENDS = "gtk+"

EXTRA_OECONF = "--disable-gtk-doc"


do_stage() {
        autotools_stage_all
}