The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / libcdio / libcdio.mk
1 ################################################################################
2 #
3 # libcdio
4 #
5 ################################################################################
6
7 LIBCDIO_VERSION = 0.93
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
13
14 ifeq ($(BR2_ENABLE_LOCALE),)
15 LIBCDIO_DEPENDENCIES += libiconv
16 endif
17
18 ifeq ($(BR2_INSTALL_LIBSTDCPP),)
19 LIBCDIO_CONF_OPTS += --disable-cxx
20 endif
21
22 ifeq ($(BR2_PACKAGE_NCURSES),y)
23 LIBCDIO_DEPENDENCIES += ncurses
24 else
25 LIBCDIO_CONF_OPTS += --without-cdda-player
26 endif
27
28 $(eval $(autotools-package))