From: Marcin Juszkiewicz Date: Wed, 21 Feb 2007 13:00:02 +0000 (+0000) Subject: libxfont-native: add 1.2.0 needed for recent freetype update X-Git-Tag: Release-2010-05/1~9163^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e84bb38ccc8ccb92576a59bc0d5afd97f02a0a29;p=openembedded.git libxfont-native: add 1.2.0 needed for recent freetype update --- diff --git a/packages/xorg-lib/libxfont-native_X11R7.1-1.2.0.bb b/packages/xorg-lib/libxfont-native_X11R7.1-1.2.0.bb new file mode 100644 index 0000000000..073b54f7cf --- /dev/null +++ b/packages/xorg-lib/libxfont-native_X11R7.1-1.2.0.bb @@ -0,0 +1,12 @@ +DESCRIPTION = "X font library (used by the X server)." +SECTION = "x11/libs" +PRIORITY = "optional" +LICENSE = "BSD-X" + +DEPENDS = "xproto-native zlib-native fontcacheproto-native fontsproto-native libfontenc-native xtrans-native freetype-native util-macros-native" + +SRC_URI = "${XORG_MIRROR}/individual/lib/libXfont-1.2.0.tar.bz2" +S = "${WORKDIR}/libXfont-1.2.0" + +inherit native autotools pkgconfig +