libfribidi: bump version
This patch also call autoreconf in order to use buildroot's libtool as buildroot's libtool patch doesn't apply to the upstream ltmain.sh. [Peter: clarified the need for AUTORECONF] Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
dd5dbe627f
commit
5693f236a2
@ -4,11 +4,13 @@
|
|||||||
#
|
#
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
LIBFRIBIDI_VERSION = 0.19.5
|
LIBFRIBIDI_VERSION = 0.19.6
|
||||||
LIBFRIBIDI_SOURCE = fribidi-$(LIBFRIBIDI_VERSION).tar.bz2
|
LIBFRIBIDI_SOURCE = fribidi-$(LIBFRIBIDI_VERSION).tar.bz2
|
||||||
LIBFRIBIDI_SITE = http://www.fribidi.org/download/
|
LIBFRIBIDI_SITE = http://www.fribidi.org/download/
|
||||||
LIBFRIBIDI_LICENSE = LGPLv2.1+
|
LIBFRIBIDI_LICENSE = LGPLv2.1+
|
||||||
LIBFRIBIDI_LICENSE_FILES = COPYING
|
LIBFRIBIDI_LICENSE_FILES = COPYING
|
||||||
LIBFRIBIDI_INSTALL_STAGING = YES
|
LIBFRIBIDI_INSTALL_STAGING = YES
|
||||||
|
# BR's libtool patch doesn't apply
|
||||||
|
LIBFRIBIDI_AUTORECONF = YES
|
||||||
|
|
||||||
$(eval $(autotools-package))
|
$(eval $(autotools-package))
|
||||||
|
Loading…
Reference in New Issue
Block a user