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:
c8aa418
)
fontconfig: Fix hardcoded staging path (from poky)
author
Richard Purdie
<rpurdie@rpsys.net>
Mon, 29 Oct 2007 18:06:56 +0000
(18:06 +0000)
committer
Richard Purdie
<rpurdie@rpsys.net>
Mon, 29 Oct 2007 18:06:56 +0000
(18:06 +0000)
packages/fontconfig/fontconfig_2.4.1.bb
patch
|
blob
|
history
diff --git
a/packages/fontconfig/fontconfig_2.4.1.bb
b/packages/fontconfig/fontconfig_2.4.1.bb
index
cdfc28f
..
38eeb96
100644
(file)
--- a/
packages/fontconfig/fontconfig_2.4.1.bb
+++ b/
packages/fontconfig/fontconfig_2.4.1.bb
@@
-45,7
+45,7
@@
do_stage () {
for i in ${S}/fontconfig/*.h; do install -m 0644 $i ${STAGING_INCDIR}/fontconfig/; done
}
-BUILD_CFLAGS += " -I${STAGING_
DIR}/${BUILD_SYS}/include
/freetype2"
+BUILD_CFLAGS += " -I${STAGING_
INCDIR_NATIVE}
/freetype2"
do_configure_append () {
sed -i 's|LDFLAGS =.*|LDFLAGS =|' fc-case/Makefile