Commit 3ff91126 authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

libcdio: forcibly disable libcddb support



We don't have libcddb in Buildroot, and the detection handling in
configure uses pkg-config, so explicitly disable it so we don't
need to build host-pkgconf just to notice that it isn't available.

Signed-off-by: default avatarPeter Korsgaard <peter@korsgaard.com>
parent c80977de
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@ LIBCDIO_SITE = $(BR2_GNU_MIRROR)/libcdio
LIBCDIO_INSTALL_STAGING = YES
LIBCDIO_LICENSE = GPLv3+
LIBCDIO_LICENSE_FILES = COPYING
LIBCDIO_CONF_OPT = --disable-example-progs
LIBCDIO_CONF_OPT = --disable-example-progs --disable-cddb

ifeq ($(BR2_ENABLE_LOCALE),)
LIBCDIO_DEPENDENCIES += libiconv