commit: 9e23e0ab325a14cd53b421b25ad8ebe3e64df6c4
parent 8637d17d31a9dd86485c5c1d93fc7524614f78b9
Author: Michael Forney <mforney@mforney.org>
Date: Tue, 2 Jun 2020 22:53:27 -0700
fontconfig: Add missing header
Diffstat:
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/pkg/fontconfig/gen.lua b/pkg/fontconfig/gen.lua
@@ -8,7 +8,10 @@ cflags{
'-I $builddir/pkg/util-linux/include',
}
-pkg.hdrs = copy('$outdir/include', '$srcdir', {'fontconfig/fontconfig.h'})
+pkg.hdrs = copy('$outdir/include/fontconfig', '$srcdir/fontconfig', {
+ 'fontconfig.h',
+ 'fcfreetype.h',
+})
pkg.deps = {
'pkg/expat/headers',
'pkg/freetype/headers',