[vlc-commits] freetype: use FONTCONFIG_LIBS

Thomas Guillem git at videolan.org
Fri Jun 15 08:48:54 CEST 2018


vlc | branch: master | Thomas Guillem <thomas at gllm.fr> | Thu Jun 14 16:43:01 2018 +0200| [e91b312740ef6cdbbbd00b6958b236d641007c58] | committer: Thomas Guillem

freetype: use FONTCONFIG_LIBS

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=e91b312740ef6cdbbbd00b6958b236d641007c58
---

 modules/text_renderer/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/text_renderer/Makefile.am b/modules/text_renderer/Makefile.am
index 62ea43d2fb..948fb9cbf0 100644
--- a/modules/text_renderer/Makefile.am
+++ b/modules/text_renderer/Makefile.am
@@ -27,7 +27,7 @@ endif
 if HAVE_FONTCONFIG
 libfreetype_plugin_la_SOURCES += text_renderer/freetype/fonts/fontconfig.c
 libfreetype_plugin_la_CPPFLAGS += -DHAVE_FONTCONFIG
-libfreetype_plugin_la_LIBADD += -lfontconfig
+libfreetype_plugin_la_LIBADD += $(FONTCONFIG_LIBS)
 endif
 if HAVE_ANDROID
 libfreetype_plugin_la_SOURCES += text_renderer/freetype/fonts/android.c



More information about the vlc-commits mailing list