Bump libfontenc to 1.0.5
Signed-off-by: Paulius Zaleckas <paulius.zaleckas@gmail.com>
This commit is contained in:
parent
3c559a96b3
commit
267bd669d9
@ -2,5 +2,5 @@ config BR2_PACKAGE_XLIB_LIBFONTENC
|
||||
bool "libfontenc"
|
||||
select BR2_PACKAGE_XPROTO_XPROTO
|
||||
help
|
||||
libfontenc 1.0.4
|
||||
libfontenc 1.0.5
|
||||
X.Org fontenc library
|
||||
|
@ -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_SITE = http://xorg.freedesktop.org/releases/individual/lib
|
||||
XLIB_LIBFONTENC_AUTORECONF = NO
|
||||
XLIB_LIBFONTENC_LIBTOOL_PATCH = NO
|
||||
XLIB_LIBFONTENC_INSTALL_STAGING = YES
|
||||
XLIB_LIBFONTENC_DEPENDENCIES = zlib xproto_xproto
|
||||
XLIB_LIBFONTENC_CONF_OPT = --enable-shared --disable-static
|
||||
|
||||
HOST_XLIB_LIBFONTENC_LIBTOOL_PATCH = NO
|
||||
HOST_XLIB_LIBFONTENC_DEPENDENCIES = host-zlib host-xproto_xproto
|
||||
|
||||
$(eval $(call AUTOTARGETS,package/x11r7,xlib_libfontenc))
|
||||
|
Loading…
Reference in New Issue
Block a user