diff options
Diffstat (limited to 'packages/gnome/gnome-keyring_0.8.1.bb')
-rw-r--r-- | packages/gnome/gnome-keyring_0.8.1.bb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/packages/gnome/gnome-keyring_0.8.1.bb b/packages/gnome/gnome-keyring_0.8.1.bb new file mode 100644 index 0000000000..6489cbee21 --- /dev/null +++ b/packages/gnome/gnome-keyring_0.8.1.bb @@ -0,0 +1,12 @@ +LICENSE = "GPL" +SECTION = "x11/gnome" + +inherit autotools gnome pkgconfig + +DEPENDS = "gtk+" + +EXTRA_OECONF = "--disable-gtk-doc" + +do_stage() { + autotools_stage_all +} |