summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexei Podtelezhnikov <apodtele@gmail.com>2020-05-03 23:22:08 -0400
committerAlexei Podtelezhnikov <apodtele@gmail.com>2020-05-03 23:22:08 -0400
commited62b12d6c810c1b046a53ee6b0d25c5f61944a1 (patch)
treed7057c4c606a82b12ca5af89f00db402050dc798
parentde60e7d3f8f721445e4435e90a209656ca777352 (diff)
downloadfreetype2-ed62b12d6c810c1b046a53ee6b0d25c5f61944a1.tar.gz
Typo and comment.
-rw-r--r--builds/freetype.mk7
1 files changed, 4 insertions, 3 deletions
diff --git a/builds/freetype.mk b/builds/freetype.mk
index cc59fb125..1d7eeb601 100644
--- a/builds/freetype.mk
+++ b/builds/freetype.mk
@@ -126,10 +126,11 @@ INCLUDES := $(subst /,$(COMPILER_SEP),$(OBJ_DIR) \
INCLUDE_FLAGS := $(INCLUDES:%=$I%)
+# For a development build, we assume that the external library dependencies
+# defined in `ftoption.h' are fulfilled, so we directly access the necessary
+# include directory information using `pkg-config'.
+#
ifdef DEVEL_DIR
- # We assume that library dependencies defined in `ftoption.c' are fulfilled
- # for a development build, so we directly access the necessary include
- # directory information using `pkg-config'.
INCLUDE_FLAGS += $(shell pkg-config --cflags libpng)
INCLUDE_FLAGS += $(shell pkg-config --cflags harfbuzz)
INCLUDE_FLAGS += $(shell pkg-config --cflags libbrotlidec)