Commit c80977de authored by Bernd Kuhls's avatar Bernd Kuhls Committed by Peter Korsgaard
Browse files

libcdio: cdda-player depends on ncurses

parent 999a91af
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -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))