libcdio: cdda-player depends on ncurses

Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Bernd Kuhls 2014-01-25 18:53:14 +01:00 committed by Peter Korsgaard
parent 999a91afa3
commit c80977deda
1 changed files with 6 additions and 0 deletions

View File

@ -15,4 +15,10 @@ ifeq ($(BR2_ENABLE_LOCALE),)
LIBCDIO_DEPENDENCIES += libiconv
endif
ifeq ($(BR2_PACKAGE_NCURSES),y)
LIBCDIO_DEPENDENCIES += ncurses
else
LIBCDIO_CONF_OPT += --without-cdda-player
endif
$(eval $(autotools-package))