From: Philipp Zabel Date: Sun, 23 Jul 2006 12:47:33 +0000 (+0000) Subject: libxfont: add 1.2.0 for ft 2.2 compatibility X-Git-Tag: Release-2010-05/1~9453^2~1199 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=952e474370b89565795d44e866b1dc3c72f1c172;p=openembedded.git libxfont: add 1.2.0 for ft 2.2 compatibility --- diff --git a/packages/xlibs/libxfont_X11R7.1-1.2.0.bb b/packages/xlibs/libxfont_X11R7.1-1.2.0.bb new file mode 100644 index 0000000000..2701aef825 --- /dev/null +++ b/packages/xlibs/libxfont_X11R7.1-1.2.0.bb @@ -0,0 +1,15 @@ +DESCRIPTION = "X font library (used by the X server)." +SECTION = "x11/libs" +PRIORITY = "optional" +#MAINTAINER = "" +LICENSE = "BSD-X" + +DEPENDS = "xproto xtrans zlib libfontenc fontcacheproto fontsproto freetype" +PROVIDES = "xfont" + +XORG_PN = "libXfont" + +include xorg-xlibs.inc + +SRC_URI = "${XORG_MIRROR}/individual/lib/libXfont-1.2.0.tar.bz2" +S = "${WORKDIR}/${XORG_PN}-1.2.0"