package/vlc: add optional dependency to libidn
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
02644282d0
commit
3db1612981
@ -216,6 +216,10 @@ else
|
||||
VLC_CONF_OPTS += --disable-libgcrypt
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_LIBIDN),y)
|
||||
VLC_DEPENDENCIES += libidn
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_LIBMAD),y)
|
||||
VLC_CONF_OPTS += --enable-mad
|
||||
VLC_DEPENDENCIES += libmad
|
||||
|
Loading…
Reference in New Issue
Block a user