diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-03-04 08:18:26 +0000 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-03-04 08:18:26 +0000 |
| commit | 67da0a34afd86aa688bbe466ff3c3638e01f11ce (patch) | |
| tree | 40e0ec798a31e2d4096105c4543fa26fac0a990b /repos/extra/harfbuzz/abuild | |
| parent | 2d922233e6fe4c795d2f410bb347a14f855ff987 (diff) | |
| download | alicelinux-67da0a34afd86aa688bbe466ff3c3638e01f11ce.tar.gz alicelinux-67da0a34afd86aa688bbe466ff3c3638e01f11ce.zip | |
harfbuzz: disabled tests
Diffstat (limited to 'repos/extra/harfbuzz/abuild')
| -rw-r--r-- | repos/extra/harfbuzz/abuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/repos/extra/harfbuzz/abuild b/repos/extra/harfbuzz/abuild index b7de8908..bc0d7e51 100644 --- a/repos/extra/harfbuzz/abuild +++ b/repos/extra/harfbuzz/abuild @@ -2,4 +2,4 @@ name=harfbuzz version=10.4.0 release=1 source="https://github.com/$name/$name/releases/download/$version/$name-$version.tar.xz" -build_opt=-Dgraphite2=enabled +build_opt="-Dgraphite2=enabled -Dtests=disabled" |