17 lines
760 B
Makefile
17 lines
760 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
# Copyright (C) 2021-present Team LibreELEC (https://libreelec.tv)
|
|
|
|
PKG_NAME="fcft"
|
|
PKG_VERSION="3.1.7"
|
|
PKG_SHA256="0e29ea7edca4cf6f0ac6b4f6427a4606c184b3d809071e7d2f56fcc226574d30"
|
|
PKG_LICENSE="MIT"
|
|
PKG_SITE="https://codeberg.org/dnkl/fcft"
|
|
PKG_URL="https://codeberg.org/dnkl/fcft/archive/${PKG_VERSION}.tar.gz"
|
|
PKG_DEPENDS_TARGET="toolchain pixman fontconfig freetype tllist"
|
|
PKG_LONGDESC="A simple library for font loading and glyph rasterization using FontConfig, FreeType and pixman."
|
|
|
|
PKG_MESON_OPTS_TARGET="-Ddocs=disabled \
|
|
-Dgrapheme-shaping=disabled \
|
|
-Drun-shaping=disabled \
|
|
-Dtest-text-shaping=false \
|
|
-Dexamples=false"
|