DESCRIPTION = "Freetype font rendering library" SECTION = "libs" LICENSE = "freetype" PR = "r3" SRC_URI = "${SOURCEFORGE_MIRROR}/freetype/freetype-${PV}.tar.bz2 \ file://fix-x86_64-build.patch \ file://no-hardcode.patch \ " S = "${WORKDIR}/freetype-${PV}" inherit autotools pkgconfig binconfig LIBTOOL = "${S}/builds/unix/${HOST_SYS}-libtool" EXTRA_OEMAKE = "'LIBTOOL=${LIBTOOL}'" EXTRA_OECONF = "--without-zlib" do_configure() { cd builds/unix libtoolize --force --copy gnu-configize --force aclocal -I . autoconf cd ${S} oe_runconf } do_compile_prepend() { ${BUILD_CC} -o objs/apinames src/tools/apinames.c } FILES_${PN} = "${libdir}/lib*.so.*" FILES_${PN}-dev += "${bindir}" SRC_URI[md5sum] = "65234327c5ac46ee00ebda15995d4c1c" SRC_URI[sha256sum] = "1b357a3a1106c78c80dfd25e3854c3faa9a3dfc7063a4a1e5404e70c241d677e"