a29fd86cf4
- update home page URL (old one is redirected to github) - change download to new location (github) - update license hash because of copyright year update: diff COPING: -Copyright © 2010,2011,2012,2013,2014,2015,2016,2017,2018,2019 Google, Inc. -Copyright © 2019 Facebook, Inc. +Copyright © 2010,2011,2012,2013,2014,2015,2016,2017,2018,2019,2020 Google, Inc. +Copyright © 2018,2019,2020 Ebrahim Byagowi +Copyright © 2019,2020 Facebook, Inc. note: newer versions (2.7.x) require a migration to meson Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
18 lines
515 B
Plaintext
18 lines
515 B
Plaintext
config BR2_PACKAGE_HARFBUZZ
|
|
bool "harfbuzz"
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
|
depends on BR2_TOOLCHAIN_HAS_SYNC_4
|
|
depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_8
|
|
help
|
|
HarfBuzz is an OpenType text shaping engine
|
|
|
|
https://harfbuzz.github.io/
|
|
|
|
Harfbuzz can make optional use of cairo, freetype,
|
|
glib2 and icu packages if they are selected.
|
|
|
|
comment "harfbuzz needs a toolchain w/ C++, gcc => 4.8"
|
|
depends on BR2_TOOLCHAIN_HAS_SYNC_4
|
|
depends on !BR2_INSTALL_LIBSTDCPP || \
|
|
!BR2_TOOLCHAIN_GCC_AT_LEAST_4_8
|