package/vlc: add optional dependency to ncurses
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
641d8ad05b
commit
b63c3af947
@ -355,6 +355,13 @@ else
|
||||
VLC_CONF_OPTS += --disable-mpc
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_NCURSES_WCHAR),y)
|
||||
VLC_CONF_OPTS += --enable-ncurses
|
||||
VLC_DEPENDENCIES += ncurses
|
||||
else
|
||||
VLC_CONF_OPTS += --disable-ncurses
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_QT_GUI_MODULE),y)
|
||||
VLC_CONF_OPTS += --enable-qt
|
||||
VLC_CONF_ENV += \
|
||||
|
Loading…
Reference in New Issue
Block a user