add harfbuzz library

This commit is contained in:
Sasha Szpakowski
2022-12-26 18:53:21 -04:00
parent 46a2cbb95d
commit 2d13144fcd
517 changed files with 177200 additions and 0 deletions
+23
View File
@@ -0,0 +1,23 @@
# Process this file with automake to produce Makefile.in
NULL =
EXTRA_DIST =
SUBDIRS =
EXTRA_DIST += \
meson.build \
benchmark-font.cc \
benchmark-map.cc \
benchmark-ot.cc \
benchmark-set.cc \
benchmark-shape.cc \
benchmark-subset.cc \
fonts \
texts \
$(NULL)
# Convenience targets:
lib:
@$(MAKE) $(AM_MAKEFLAGS) -C $(top_builddir)/src lib
-include $(top_srcdir)/git.mk