blob: 091e17d15b0d270d9dac6fc6ce6e46aa8e5a7119 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
DESCRIPTION = "HTML rendering/editing library"
SECTION = "x11/libs"
PRIORITY = "optional"
LICENSE = "GPL"
inherit gnome
S = "${WORKDIR}/gtkhtml-${PV}"
EXTRA_OECONF = "--disable-gtk-doc"
do_configure_append() {
find ${S} -name Makefile | xargs sed -i s:'-I$(includedir)':'-I.':g
find ${S} -name Makefile | xargs sed -i s:'-I${prefix}/include':'-I.':g
}
|