This commit is contained in:
2026-06-02 21:38:47 +02:00
parent d3c949b8a2
commit f51dab51db
70 changed files with 1632 additions and 21 deletions
+19
View File
@@ -0,0 +1,19 @@
version = "0.46.0"
revision = 1
description = "Low-level pixel manipulation library"
license = "MIT"
url = "https://www.pixman.org/"
source = tarball(
url=f"https://www.x.org/archive/individual/lib/pixman-{version}.tar.xz",
sha256="d2eab57e1ce79de991f8ceb3fcd726a6978b970382c8ac8c8f112b61ceaa9167",
)
host_deps = ["binutils", "gcc", "pkgconf"]
deps = [profile["libc"], "libpng"]
configure, build, install = meson(
configure_args=[
"-Dtests=disabled",
"-Ddemos=disabled",
"-Dgtk=disabled",
],
)