aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gnome/gconf-editor_2.24.0.bb
blob: 88b515c7e9aa0342d099d4c6f5e1e15c9cb2b6e1 (plain)
1
2
3
4
5
6
7
8
9
10
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"