mirror of
https://github.com/LibreELEC/LibreELEC.tv
synced 2025-09-24 19:46:01 +07:00
19 lines
781 B
Makefile
19 lines
781 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="pango"
|
|
PKG_VERSION="1.49.1"
|
|
PKG_SHA256="c4266dc06c01bf0133d3815502426d209de5ea7abd895899e73e7edebaf48f6f"
|
|
PKG_LICENSE="GPL"
|
|
PKG_SITE="http://www.pango.org/"
|
|
PKG_URL="https://download.gnome.org/sources/pango/${PKG_VERSION:0:4}/pango-${PKG_VERSION}.tar.xz"
|
|
PKG_DEPENDS_TARGET="toolchain cairo freetype fontconfig fribidi glib harfbuzz libX11 libXft"
|
|
PKG_DEPENDS_CONFIG="libXft cairo"
|
|
PKG_LONGDESC="The Pango library for layout and rendering of internationalized text."
|
|
PKG_TOOLCHAIN="meson"
|
|
PKG_BUILD_FLAGS="-sysroot"
|
|
|
|
PKG_MESON_OPTS_TARGET="-Denable_docs=false \
|
|
-Dgir=false"
|