package/bullet: bump to version 2.85.1
[buildroot-gz.git] / package / libcdio / libcdio.mk
blob4a7c6745ccb59b488667ae5efb0bcb9bd05e4763
1 ################################################################################
3 # libcdio
5 ################################################################################
7 LIBCDIO_VERSION = 0.94
8 LIBCDIO_SITE = $(BR2_GNU_MIRROR)/libcdio
9 LIBCDIO_INSTALL_STAGING = YES
10 LIBCDIO_LICENSE = GPLv3+
11 LIBCDIO_LICENSE_FILES = COPYING
12 LIBCDIO_CONF_OPTS = --disable-example-progs --disable-cddb
14 ifeq ($(BR2_ENABLE_LOCALE),)
15 LIBCDIO_DEPENDENCIES += libiconv
16 endif
18 ifeq ($(BR2_INSTALL_LIBSTDCPP),)
19 LIBCDIO_CONF_OPTS += --disable-cxx
20 endif
22 ifeq ($(BR2_PACKAGE_NCURSES),y)
23 LIBCDIO_DEPENDENCIES += ncurses
24 else
25 LIBCDIO_CONF_OPTS += --without-cdda-player
26 endif
28 $(eval $(autotools-package))