The GNU Compact Disc Input and Control library. This package was originally found at : https://github.com/huceke/buildroot-rbp By gimli <ebsi4711@gmail.com> Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com> Cc: gimli <ebsi4711@gmail.com> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
19 lines
470 B
Makefile
19 lines
470 B
Makefile
################################################################################
|
|
#
|
|
# libcdio
|
|
#
|
|
################################################################################
|
|
|
|
LIBCDIO_VERSION = 0.90
|
|
LIBCDIO_SITE = $(BR2_GNU_MIRROR)/libcdio
|
|
LIBCDIO_INSTALL_STAGING = YES
|
|
LIBCDIO_LICENSE = GPLv3+
|
|
LIBCDIO_LICENSE_FILES = COPYING
|
|
LIBCDIO_CONF_OPT = --disable-example-progs
|
|
|
|
ifeq ($(BR2_ENABLE_LOCALE),)
|
|
LIBCDIO_DEPENDENCIES += libiconv
|
|
endif
|
|
|
|
$(eval $(autotools-package))
|