]> git.sesse.net Git - vlc/commitdiff
contrib: libbluray: depend on FreeType
authorSean McGovern <gseanmcg@gmail.com>
Sat, 26 Jul 2014 16:54:51 +0000 (12:54 -0400)
committerJean-Baptiste Kempf <jb@videolan.org>
Sun, 27 Jul 2014 06:54:49 +0000 (08:54 +0200)
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
contrib/src/bluray/rules.mak

index 157a1c00b7c487ace738daeaaf28f77af1d5571e..974feeb2209357d802f65b953d1ea06ca01e6419 100644 (file)
@@ -10,7 +10,7 @@ ifeq ($(call need_pkg,"libbluray >= 0.3.0"),)
 PKGS_FOUND += bluray
 endif
 
-DEPS_bluray = libxml2 $(DEPS_libxml2)
+DEPS_bluray = libxml2 $(DEPS_libxml2) freetype2 $(DEPS_freetype2)
 
 BLURAY_CONF = --disable-examples  \
               --disable-debug     \