libcdio: forcibly disable libcddb support
authorPeter Korsgaard <peter@korsgaard.com>
Mon, 27 Jan 2014 21:03:45 +0000 (22:03 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Mon, 27 Jan 2014 21:03:45 +0000 (22:03 +0100)
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: Peter Korsgaard <peter@korsgaard.com>
package/libcdio/libcdio.mk

index 2e3e2cf6e3194ff456494df048a0cc3f382dbfe6..b11480904228fc098d20110f4d984f1efeec14fc 100644 (file)
@@ -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