freetype-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[freetype2] master ed62b12: Typo and comment.


From: Alexei Podtelezhnikov
Subject: [freetype2] master ed62b12: Typo and comment.
Date: Sun, 3 May 2020 23:26:29 -0400 (EDT)

branch: master
commit ed62b12d6c810c1b046a53ee6b0d25c5f61944a1
Author: Alexei Podtelezhnikov <address@hidden>
Commit: Alexei Podtelezhnikov <address@hidden>

    Typo and comment.
---
 builds/freetype.mk | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/builds/freetype.mk b/builds/freetype.mk
index cc59fb1..1d7eeb6 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]