vlc | branch: master | Thomas Guillem <[email protected]> | 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

_______________________________________________
vlc-commits mailing list
[email protected]
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to