diff options
Diffstat (limited to 'recipes/gnome/gconf-editor_2.24.0.bb')
-rw-r--r-- | recipes/gnome/gconf-editor_2.24.0.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes/gnome/gconf-editor_2.24.0.bb b/recipes/gnome/gconf-editor_2.24.0.bb new file mode 100644 index 0000000000..88b515c7e9 --- /dev/null +++ b/recipes/gnome/gconf-editor_2.24.0.bb @@ -0,0 +1,11 @@ +DESCRIPTION = "Editor for the gnome registry" +LICENSE = "GPLv2" +DEPENDS = "gnome-doc-utils gconf-dbus" + +inherit gnome gconf + +do_configure_prepend() { + sed -i -e s:docs::g ${S}/Makefile.am +} + +FILES_${PN} += "${datadir}/icons" |