summaryrefslogtreecommitdiff
path: root/builds/freetype.mk
diff options
context:
space:
mode:
Diffstat (limited to 'builds/freetype.mk')
-rw-r--r--builds/freetype.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/builds/freetype.mk b/builds/freetype.mk
index 2b0ffaedd..1204b24eb 100644
--- a/builds/freetype.mk
+++ b/builds/freetype.mk
@@ -130,8 +130,9 @@ ifdef DEVEL_DIR
# We assume that all library dependencies for FreeType 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 \
- harfbuzz )
+ INCLUDE_FLAGS += $(shell pkg-config --cflags libpng \
+ harfbuzz \
+ librsvg-2.0 \)
endif