Kaydet (Commit) b41ae46d authored tarafından Caolán McNamara's avatar Caolán McNamara

add fontconfig and freetype to get configured flags

üst 6bccd20b
......@@ -302,6 +302,23 @@ endef
endif # SYSTEM_CAIRO
define gb_LinkTarget__use_freetype
$(call gb_LinkTarget_set_include,$(1),\
$$(INCLUDE) \
$(FREETYPE_CFLAGS) \
)
$(call gb_LinkTarget_add_libs,$(1),$(FREETYPE_LIBS))
endef
define gb_LinkTarget__use_fontconfig
$(call gb_LinkTarget_set_include,$(1),\
$$(INCLUDE) \
$(FONTCONFIG_CFLAGS) \
)
$(call gb_LinkTarget_add_libs,$(1),$(FONTCONFIG_LIBS))
endef
ifeq ($(SYSTEM_GRAPHITE),YES)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment