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

inherit autotools gnome pkgconfig

DEPENDS = "gtk+"

EXTRA_OECONF = "--disable-gtk-doc"

do_stage() {
        autotools_stage_all
}