20 lines
627 B
Python
20 lines
627 B
Python
version = "2.16.2"
|
|
revision = 1
|
|
description = "Library for configuring and customizing font access"
|
|
license = "MIT"
|
|
url = "https://www.freedesktop.org/wiki/Software/fontconfig/"
|
|
source = tarball(
|
|
url=f"https://gitlab.freedesktop.org/fontconfig/fontconfig/-/archive/{version}/fontconfig-{version}.tar.gz",
|
|
sha256="8b9368ae99d9faf2fe26491645fbeebf0272d911cacc5d3e9cf954c2157c151e",
|
|
)
|
|
host_deps = ["binutils", "gcc", "pkgconf"]
|
|
deps = [profile["libc"], "freetype2", "expat"]
|
|
|
|
configure, build, install = meson(
|
|
configure_args=[
|
|
"-Ddoc=disabled",
|
|
"-Dtests=disabled",
|
|
"-Dtools=enabled",
|
|
],
|
|
)
|