mirror of
https://gitlab.freedesktop.org/freetype/freetype.git
synced 2026-05-16 15:38:06 +02:00
[sfnt] Include `woff2tags.c' for building.
* src/sfnt/rules.mk: Add `woff2tags.c'. * src/sfnt/sfnt.c: Include `woff2tags.c'.
This commit is contained in:
parent
f1083eae5e
commit
d614e8afbc
2 changed files with 3 additions and 1 deletions
|
|
@ -41,7 +41,8 @@ SFNT_DRV_SRC := $(SFNT_DIR)/pngshim.c \
|
|||
$(SFNT_DIR)/ttload.c \
|
||||
$(SFNT_DIR)/ttmtx.c \
|
||||
$(SFNT_DIR)/ttpost.c \
|
||||
$(SFNT_DIR)/ttsbit.c
|
||||
$(SFNT_DIR)/ttsbit.c \
|
||||
$(SFNT_DIR)/woff2tags.c
|
||||
|
||||
# SFNT driver headers
|
||||
#
|
||||
|
|
|
|||
|
|
@ -34,6 +34,7 @@
|
|||
#include "ttmtx.c"
|
||||
#include "ttpost.c"
|
||||
#include "ttsbit.c"
|
||||
#include "woff2tags.c"
|
||||
|
||||
|
||||
/* END */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue