summaryrefslogtreecommitdiffstats
path: root/meta/packages/gnome/gnome-keyring_2.20.bb
blob: 4b82c38d82f77069050c60fd89e0af222ee5c9ae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
LICENSE = "GPL"
SECTION = "x11/gnome"

inherit autotools gnome pkgconfig

DEPENDS = "gtk+ libgcrypt"

EXTRA_OECONF = "--disable-gtk-doc"

do_stage() {
        autotools_stage_all
}