aurora-fb-image: add initial recipe for aurora based image suitable for the framebuffer
[openembedded.git] / recipes / gtkhtml / gtkhtml.inc
blob091e17d15b0d270d9dac6fc6ce6e46aa8e5a7119
1 DESCRIPTION = "HTML rendering/editing library"
2 SECTION = "x11/libs"
3 PRIORITY = "optional"
4 LICENSE = "GPL"
6 inherit gnome
8 S = "${WORKDIR}/gtkhtml-${PV}"
10 EXTRA_OECONF = "--disable-gtk-doc"
12 do_configure_append() {
13         find ${S} -name Makefile | xargs sed -i s:'-I$(includedir)':'-I.':g
14         find ${S} -name Makefile | xargs sed -i s:'-I${prefix}/include':'-I.':g