[vlc-commits] contrib: libbluray: depend on FreeType

Sean McGovern git at videolan.org
Wed Jul 30 12:26:12 CEST 2014


vlc/vlc-2.1 | branch: master | Sean McGovern <gseanmcg at gmail.com> | Sat Jul 26 12:54:51 2014 -0400| [e5595dd2195cd551d25f975034dd7d6b201faab6] | committer: Rafaël Carré

contrib: libbluray: depend on FreeType

Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
(cherry picked from commit b4aed403ce0c6ac8579ef68d10b71f468508b95e)
Signed-off-by: Rafaël Carré <funman at videolan.org>

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

 contrib/src/bluray/rules.mak |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contrib/src/bluray/rules.mak b/contrib/src/bluray/rules.mak
index d5bd7b8..0fd6b0d 100644
--- a/contrib/src/bluray/rules.mak
+++ b/contrib/src/bluray/rules.mak
@@ -7,7 +7,7 @@ ifeq ($(call need_pkg,"libbluray >= 0.2.1"),)
 PKGS_FOUND += bluray
 endif
 
-DEPS_bluray = libxml2 $(DEPS_libxml2)
+DEPS_bluray = libxml2 $(DEPS_libxml2) freetype2 $(DEPS_freetype2)
 
 BLURAY_VERSION := 0.4.0
 BLURAY_URL := http://ftp.videolan.org/pub/videolan/libbluray/$(BLURAY_VERSION)/libbluray-$(BLURAY_VERSION).tar.bz2



More information about the vlc-commits mailing list