diff options
Diffstat (limited to 'recipes/gnome/gconf-editor_2.22.0.bb')
-rw-r--r-- | recipes/gnome/gconf-editor_2.22.0.bb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/recipes/gnome/gconf-editor_2.22.0.bb b/recipes/gnome/gconf-editor_2.22.0.bb new file mode 100644 index 0000000000..00f7b02544 --- /dev/null +++ b/recipes/gnome/gconf-editor_2.22.0.bb @@ -0,0 +1,7 @@ +DESCRIPTION = "Editor for the gnome registry" +LICENSE = "GPLv2" +DEPENDS = "gnome-doc-utils gconf-dbus" + +inherit gnome gconf + + |