mirror of
https://git.yoctoproject.org/poky
synced 2026-09-14 21:49:33 +02:00
fontconfig: Fix hardcoded staging layout references
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3024 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -44,7 +44,7 @@ do_stage () {
|
|||||||
for i in ${S}/fontconfig/*.h; do install -m 0644 $i ${STAGING_INCDIR}/fontconfig/; done
|
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 () {
|
do_configure_append () {
|
||||||
sed -i 's|LDFLAGS =.*|LDFLAGS =|' fc-case/Makefile
|
sed -i 's|LDFLAGS =.*|LDFLAGS =|' fc-case/Makefile
|
||||||
|
|||||||
Reference in New Issue
Block a user