Commit 31c98925 authored by Sean McGovern's avatar Sean McGovern Committed by Jean-Baptiste Kempf

contrib: libbluray: depend on FreeType

Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
(cherry picked from commit b4aed403ce0c6ac8579ef68d10b71f468508b95e)
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 08407622
......@@ -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 \
......
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