diff options
Diffstat (limited to 'packages/gtkhtml/gtkhtml.inc')
-rw-r--r-- | packages/gtkhtml/gtkhtml.inc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/packages/gtkhtml/gtkhtml.inc b/packages/gtkhtml/gtkhtml.inc index f7a346a67a..091e17d15b 100644 --- a/packages/gtkhtml/gtkhtml.inc +++ b/packages/gtkhtml/gtkhtml.inc @@ -8,3 +8,8 @@ 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 +} |