libfribi: fix 'usptream' typo in comment
[buildroot-gz.git] / package / libfribidi / libfribidi.mk
blob751a1b60663b32d995e3a252a8152f03f6c2f87e
1 ################################################################################
3 # libfribidi
5 ################################################################################
7 LIBFRIBIDI_VERSION = 0.19.7
8 LIBFRIBIDI_SOURCE = fribidi-$(LIBFRIBIDI_VERSION).tar.bz2
9 LIBFRIBIDI_SITE = http://www.fribidi.org/download
10 LIBFRIBIDI_LICENSE = LGPLv2.1+
11 LIBFRIBIDI_LICENSE_FILES = COPYING
12 LIBFRIBIDI_INSTALL_STAGING = YES
13 # Ships a beta libtool version hence our patch doesn't apply.
14 # Run autoreconf to regenerate ltmain.sh.
15 LIBFRIBIDI_AUTORECONF = YES
16 LIBFRIBIDI_DEPENDENCIES = host-pkgconf
17 # libglib2 dependency causes a build failure, and this optional
18 # dependency is going to be removed upstream, see
19 # https://github.com/behdad/fribidi/pull/14
20 LIBFRIBIDI_CONF_OPTS = --with-glib=no
22 $(eval $(autotools-package))