mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2024-11-22 03:26:19 +00:00
7235c5585b
log: - https://github.com/harfbuzz/harfbuzz/releases/tag/7.0.0 - https://github.com/harfbuzz/harfbuzz/releases/tag/7.0.1 - https://github.com/harfbuzz/harfbuzz/releases/tag/7.1.0
23 lines
975 B
Makefile
23 lines
975 B
Makefile
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
# Copyright (C) 2009-2012 Stephan Raue (stephan@openelec.tv)
|
|
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
|
|
|
|
PKG_NAME="harfbuzz"
|
|
PKG_VERSION="7.1.0"
|
|
PKG_SHA256="f135a61cd464c9ed6bc9823764c188f276c3850a8dc904628de2a87966b7077b"
|
|
PKG_LICENSE="GPL"
|
|
PKG_SITE="http://www.freedesktop.org/wiki/Software/HarfBuzz"
|
|
PKG_URL="https://github.com/harfbuzz/harfbuzz/releases/download/${PKG_VERSION}/harfbuzz-${PKG_VERSION}.tar.xz"
|
|
PKG_DEPENDS_TARGET="toolchain cairo freetype glib"
|
|
PKG_LONGDESC="HarfBuzz is an OpenType text shaping engine."
|
|
|
|
PKG_MESON_OPTS_TARGET="-Dbenchmark=disabled \
|
|
-Dcairo=enabled \
|
|
-Ddocs=disabled \
|
|
-Dfreetype=enabled \
|
|
-Dglib=enabled \
|
|
-Dgobject=disabled \
|
|
-Dgraphite=disabled \
|
|
-Dicu=disabled \
|
|
-Dtests=disabled"
|