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:
parent
74255f8339
commit
556ed7c3fd
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user