mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2024-12-05 02:06:57 +00:00
18 lines
760 B
Makefile
18 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.5"
|
|
PKG_SHA256="8a7e09c887edce97f8780dba8a060026c3551da48252819400d7af1c5eacf871"
|
|
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"
|