diff options
author | davidovski <david@davidovski.xyz> | 2022-05-22 17:47:09 +0100 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-05-22 17:47:09 +0100 |
commit | 79062a39e9bcb9731adbacd0bd9bcd0b59d19d0a (patch) | |
tree | f67d3b58f0c4387e7248967c491442afcee0cd06 /repo/x11/harfbuzz | |
parent | 2f6c333a5bcef47d9fee59f180fa827cb24290d4 (diff) |
fixes to allow for full build
Diffstat (limited to 'repo/x11/harfbuzz')
-rw-r--r-- | repo/x11/harfbuzz/harfbuzz.xibuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/repo/x11/harfbuzz/harfbuzz.xibuild b/repo/x11/harfbuzz/harfbuzz.xibuild index d86a83e..bd82257 100644 --- a/repo/x11/harfbuzz/harfbuzz.xibuild +++ b/repo/x11/harfbuzz/harfbuzz.xibuild @@ -3,7 +3,7 @@ NAME="harfbuzz" DESC="Text shaping library" -MAKEDEPS="meson ninja gtk-doc python-pygments gobject-introspection" +MAKEDEPS="cairo meson ninja gtk-doc python-pygments gobject-introspection" DEPS="freetype2 glib graphite musl " PKG_VER=4.2.0 |