package/vlc: add optional dependency to harfbuzz

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
Bernd Kuhls 2018-08-12 22:29:27 +02:00 committed by Thomas Petazzoni
parent 74255f8339
commit 556ed7c3fd

View File

@ -59,7 +59,6 @@ VLC_CONF_OPTS += \
--disable-fluidsynth \
--disable-gme \
--disable-goom \
--disable-harfbuzz \
--disable-jack \
--disable-jpeg \
--disable-kai \
@ -191,6 +190,13 @@ ifeq ($(BR2_PACKAGE_HAS_LIBGL),y)
VLC_DEPENDENCIES += libgl
endif
ifeq ($(BR2_PACKAGE_HARFBUZZ),y)
VLC_CONF_OPTS += --enable-harfbuzz
VLC_DEPENDENCIES += harfbuzz
else
VLC_CONF_OPTS += --disable-harfbuzz
endif
ifeq ($(BR2_PACKAGE_HAS_LIBGLES),y)
VLC_CONF_OPTS += --enable-gles2
VLC_DEPENDENCIES += libgles