git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1a07433
)
gtkhtml: fix QA issues
author
Koen Kooi
<koen@openembedded.org>
Tue, 7 Aug 2007 11:02:03 +0000
(11:02 +0000)
committer
Koen Kooi
<koen@openembedded.org>
Tue, 7 Aug 2007 11:02:03 +0000
(11:02 +0000)
packages/gtkhtml/gtkhtml.inc
patch
|
blob
|
history
diff --git
a/packages/gtkhtml/gtkhtml.inc
b/packages/gtkhtml/gtkhtml.inc
index
f7a346a
..
091e17d
100644
(file)
--- 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
+}