blob: 30c42dcb0c21f6ca0f4914c4e8764b61ff48b7a1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
LICENSE = "GPL"
SECTION = "x11/utils"
PR = "r0"
inherit gnome
SRC_URI_append = " file://gpdf-2.10.0-gcc4-2.patch;patch=1"
DEPENDS = "gtk+ libgnomeui libbonoboui gnome-vfs gconf gettext libglade \
libgnomeprint libgnomeprintui gnome-common"
EXTRA_OECONF = "--disable-schemas-install"
do_configure_prepend () {
cp ${STAGING_DATADIR}/gnome-common/data/omf.make ${S}/help
}
|