projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b3f02dd
)
fontconfig: fix typo added in r25611
author
Peter Korsgaard
<jacmet@sunsite.dk>
Wed, 11 Mar 2009 23:30:29 +0000
(23:30 -0000)
committer
Peter Korsgaard
<jacmet@sunsite.dk>
Wed, 11 Mar 2009 23:30:29 +0000
(23:30 -0000)
package/fontconfig/fontconfig.mk
patch
|
blob
|
history
diff --git
a/package/fontconfig/fontconfig.mk
b/package/fontconfig/fontconfig.mk
index 20739b86b206599866fcad3a97e2a98e625055d2..28830d6a10f49deaef94000d2de0f05d74aa9087 100644
(file)
--- a/
package/fontconfig/fontconfig.mk
+++ b/
package/fontconfig/fontconfig.mk
@@
-15,7
+15,7
@@
FONTCONFIG_CONF_ENV = CFLAGS="-I$(STAGING_DIR)/usr/include/freetype2"
FONTCONFIG_CONF_OPT = --with-arch=$(GNU_TARGET_NAME) \
--with-freetype-config="$(STAGING_DIR)/usr/bin/freetype-config" \
- --with-cache-dir=/var/cache/fontconfig
+ --with-cache-dir=/var/cache/fontconfig
\
--with-expat="$(STAGING_DIR)/usr/lib" \
--with-expat-lib=$(STAGING_DIR)/usr/lib \
--with-expat-includes=$(STAGING_DIR)/usr/include \