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.2"
|
|
PKG_SHA256="f571afe693d3fa11fe36e97c7a2ecbbf9313755ee31c1ec3dcc648796b8e6db0"
|
|
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"
|