generic-poky/meta/packages/gnome/gnome-keyring_0.8.1.bb
Ross Burton 7c5722e826 Upgrade gnome-keyring
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2320 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-08-02 10:06:05 +00:00

13 lines
171 B
BlitzBasic

LICENSE = "GPL"
SECTION = "x11/gnome"
inherit autotools gnome pkgconfig
DEPENDS = "gtk+"
EXTRA_OECONF = "--disable-gtk-doc"
do_stage() {
autotools_stage_all
}