diff mbox

[1/1] libcdio: cdda-player depends on ncurses

Message ID BLU0-SMTP165077B84E7AC3D05661A36D9A00@phx.gbl
State Accepted
Commit c80977deda5b32f0b911f3b4a8c984f881fe36c6
Headers show

Commit Message

Bernd Kuhls Jan. 25, 2014, 5:53 p.m. UTC
Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com>
---
 package/libcdio/libcdio.mk |    6 ++++++
 1 file changed, 6 insertions(+)

Comments

Peter Korsgaard Jan. 27, 2014, 9:08 p.m. UTC | #1
>>>>> "Bernd" == Bernd Kuhls <berndkuhls@hotmail.com> writes:

 > Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com>

Committed, thanks.
diff mbox

Patch

diff --git a/package/libcdio/libcdio.mk b/package/libcdio/libcdio.mk
index 07cb987..2e3e2cf 100644
--- a/package/libcdio/libcdio.mk
+++ b/package/libcdio/libcdio.mk
@@ -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))