Commit 267bd669 authored by Paulius Zaleckas's avatar Paulius Zaleckas
Browse files

Bump libfontenc to 1.0.5

parent 3c559a96
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
+3 −1
Original line number Diff line number Diff line
@@ -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))