From: Philipp Zabel Date: Fri, 13 Jun 2008 11:50:50 +0000 (+0000) Subject: mkfontscale: add 1.0.5 X-Git-Tag: Release-2010-05/1~6741 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c74dd3772cf857134b9ef281895dd1e5c257474c;p=openembedded.git mkfontscale: add 1.0.5 --- diff --git a/packages/xorg-app/mkfontscale-native_1.0.5.bb b/packages/xorg-app/mkfontscale-native_1.0.5.bb new file mode 100644 index 0000000000..bae3416b67 --- /dev/null +++ b/packages/xorg-app/mkfontscale-native_1.0.5.bb @@ -0,0 +1,7 @@ +inherit native +require mkfontscale_${PV}.bb + +DEPENDS = "libx11-native libfontenc-native freetype-native" + +S="${WORKDIR}/mkfontscale-${PV}" +XORG_PN="mkfontscale" diff --git a/packages/xorg-app/mkfontscale_1.0.5.bb b/packages/xorg-app/mkfontscale_1.0.5.bb new file mode 100644 index 0000000000..126918b065 --- /dev/null +++ b/packages/xorg-app/mkfontscale_1.0.5.bb @@ -0,0 +1,5 @@ +require xorg-app-common.inc + +DESCRIPTION = "a program to create an index of scalable font files for X" + +DEPENDS += " zlib libfontenc freetype virtual/libx11"