aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gnome/gnome-keyring_0.6.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/gnome/gnome-keyring_0.6.0.bb')
-rw-r--r--recipes/gnome/gnome-keyring_0.6.0.bb13
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes/gnome/gnome-keyring_0.6.0.bb b/recipes/gnome/gnome-keyring_0.6.0.bb
new file mode 100644
index 0000000000..dd6235263d
--- /dev/null
+++ b/recipes/gnome/gnome-keyring_0.6.0.bb
@@ -0,0 +1,13 @@
+LICENSE = "GPL"
+SECTION = "x11/gnome"
+
+inherit gnome
+
+DEPENDS = "gtk+"
+
+EXTRA_OECONF = "--disable-gtk-doc"
+
+
+do_stage() {
+ autotools_stage_all
+}