Bump libfontenc to 1.0.5

Signed-off-by: Paulius Zaleckas <paulius.zaleckas@gmail.com>
This commit is contained in:
Paulius Zaleckas 2010-02-28 11:35:01 +02:00
parent 3c559a96b3
commit 267bd669d9
2 changed files with 4 additions and 2 deletions

View File

@ -2,5 +2,5 @@ config BR2_PACKAGE_XLIB_LIBFONTENC
bool "libfontenc" bool "libfontenc"
select BR2_PACKAGE_XPROTO_XPROTO select BR2_PACKAGE_XPROTO_XPROTO
help help
libfontenc 1.0.4 libfontenc 1.0.5
X.Org fontenc library X.Org fontenc library

View File

@ -4,14 +4,16 @@
# #
################################################################################ ################################################################################
XLIB_LIBFONTENC_VERSION = 1.0.4 XLIB_LIBFONTENC_VERSION = 1.0.5
XLIB_LIBFONTENC_SOURCE = libfontenc-$(XLIB_LIBFONTENC_VERSION).tar.bz2 XLIB_LIBFONTENC_SOURCE = libfontenc-$(XLIB_LIBFONTENC_VERSION).tar.bz2
XLIB_LIBFONTENC_SITE = http://xorg.freedesktop.org/releases/individual/lib XLIB_LIBFONTENC_SITE = http://xorg.freedesktop.org/releases/individual/lib
XLIB_LIBFONTENC_AUTORECONF = NO XLIB_LIBFONTENC_AUTORECONF = NO
XLIB_LIBFONTENC_LIBTOOL_PATCH = NO
XLIB_LIBFONTENC_INSTALL_STAGING = YES XLIB_LIBFONTENC_INSTALL_STAGING = YES
XLIB_LIBFONTENC_DEPENDENCIES = zlib xproto_xproto XLIB_LIBFONTENC_DEPENDENCIES = zlib xproto_xproto
XLIB_LIBFONTENC_CONF_OPT = --enable-shared --disable-static XLIB_LIBFONTENC_CONF_OPT = --enable-shared --disable-static
HOST_XLIB_LIBFONTENC_LIBTOOL_PATCH = NO
HOST_XLIB_LIBFONTENC_DEPENDENCIES = host-zlib host-xproto_xproto HOST_XLIB_LIBFONTENC_DEPENDENCIES = host-zlib host-xproto_xproto
$(eval $(call AUTOTARGETS,package/x11r7,xlib_libfontenc)) $(eval $(call AUTOTARGETS,package/x11r7,xlib_libfontenc))