blob: cbb7681a5b651a702e4492744adbf0613dd65bc6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
LICENSE = "GPL"
SECTION = "x11/utils"
PR = "r0"
inherit gnome
DEPENDS = "gtk+ libgnomeui libbonoboui gnome-vfs gconf gettext libglade \
libgnomeprint libgnomeprintui gnome-common"
EXTRA_OECONF = "--disable-schemas-install"
do_configure_prepend () {
cp ${STAGING_DIR}/${HOST_SYS}/share/gnome-common/data/omf.make ${S}/help
}
|