mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 14:16:31 +00:00
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
|
LIBCDIO_DEPENDENCIES += libiconv
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifeq ($(BR2_PACKAGE_NCURSES),y)
|
||||||
|
LIBCDIO_DEPENDENCIES += ncurses
|
||||||
|
else
|
||||||
|
LIBCDIO_CONF_OPT += --without-cdda-player
|
||||||
|
endif
|
||||||
|
|
||||||
$(eval $(autotools-package))
|
$(eval $(autotools-package))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user