summaryrefslogtreecommitdiff
path: root/freetype
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-01-23 11:42:03 +0000
committerChris Larson <clarson@kergoth.com>2004-01-23 11:42:03 +0000
commit31aba0db248276bd8fdd0e08ef0e3f3bbfde223c (patch)
tree93b2003b0a00bbe5059f8d7773e976543d404d2e /freetype
parenta4ea6db84962e272bf9c1315bd98a65caa852d9b (diff)
Small fixes here and there in some -native builds.
BKrev: 4011088b6uyZvFFENH7gtaKmZS5SeQ
Diffstat (limited to 'freetype')
-rw-r--r--freetype/freetype-native_2.1.7.oe13
1 files changed, 11 insertions, 2 deletions
diff --git a/freetype/freetype-native_2.1.7.oe b/freetype/freetype-native_2.1.7.oe
index 48e03a4792..cbf2118bc8 100644
--- a/freetype/freetype-native_2.1.7.oe
+++ b/freetype/freetype-native_2.1.7.oe
@@ -1,10 +1,19 @@
-include freetype_${PV}.oe
-inherit native
+DESCRIPTION = Freetype font rendering library
+FT_SONAME = 6.3.5
+
+SRC_URI = ftp://ftp.freetype.org/freetype/freetype2/freetype-${PV}.tar.bz2 \
+ file://${FILESDIR}/configure.patch;patch=1
+
+inherit autotools pkgconfig native
DEPENDS = patcher
FILESDIR = ${@os.path.dirname(oe.data.getVar('FILE',d,1))}/freetype-${PV}
S = ${WORKDIR}/freetype-${PV}
PACKAGES =
+do_configure () {
+ oe_runconf
+}
+
do_stage () {
install -m 755 -D objs/.libs/libfreetype.so.${FT_SONAME} ${STAGING_LIBDIR}/libfreetype.so.${FT_SONAME}
ln -sf ./libfreetype.so.${FT_SONAME} ${STAGING_LIBDIR}/libfreetype.so.6