aboutsummaryrefslogtreecommitdiffstats
path: root/freetype
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-05-15 08:22:09 +0000
committerChris Larson <clarson@kergoth.com>2004-05-15 08:22:09 +0000
commit05c3b57203bffb0cfafaad8c0a68ea75d48b1e38 (patch)
treec8b62a83bd00428a78e1f6c8458637b60e7c1721 /freetype
parent8925b1cf39a96675561800611acaeb264d90ccf4 (diff)
downloadopenembedded-05c3b57203bffb0cfafaad8c0a68ea75d48b1e38.tar.gz
gnu-configize call fixups.
BKrev: 40a5d331kCYQZnTvqnmSfG8zJCGwtg
Diffstat (limited to 'freetype')
-rw-r--r--freetype/freetype-native_2.1.7.oe2
1 files changed, 1 insertions, 1 deletions
diff --git a/freetype/freetype-native_2.1.7.oe b/freetype/freetype-native_2.1.7.oe
index 5c816ea5b1..c617a979c2 100644
--- a/freetype/freetype-native_2.1.7.oe
+++ b/freetype/freetype-native_2.1.7.oe
@@ -10,7 +10,7 @@ S = "${WORKDIR}/freetype-${PV}"
PACKAGES = ""
do_configure () {
- gnu-configize
+ (cd builds/unix && gnu-configize) || die "failure running gnu-configize"
oe_runconf
}