blob: 280a5acd155f08b2136eac298f329ab1cf297b47 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
LICENSE = "GPL"
SECTION = "x11/utils"
FILE_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
}
|