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:
parent
999a91afa3
commit
c80977deda
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user