1
0
forked from rosa/hakurei
Files
hakurei/internal/rosa/package/pango.az
T
cat 4cf235675a internal/rosa/meson: always prepend D
All flags in practice use this convention. An escape hatch is available by leaving the value empty.

Signed-off-by: Ophestra <cat@gensokyo.uk>
2026-07-14 22:17:51 +09:00

38 lines
682 B
Go

package pango {
description = "a library for layout and rendering of text";
website = "https://www.pango.org";
anitya = 11783;
version# = "1.58.0";
source = remoteGitLab {
domain = "gitlab.gnome.org";
suffix = "GNOME/pango";
ref = version;
checksum = "k-Jcw7ys4-Q5gS0Y3WCb1MzIWauweIdknf61hRXJmQFfszw7sM7v0dItOoHMZLQJ";
};
exec = meson {
setup = {
"fontconfig": "enabled";
"freetype": "enabled";
"cairo": "enabled";
};
// Fontconfig error: Cannot load default config file: File not found: /etc/fonts/fonts.conf
skipTest = true;
};
inputs = [
glib,
cairo,
fribidi,
harfbuzz,
];
runtime = [
glib,
cairo,
fribidi,
harfbuzz,
];
}