Merge pull request #5473 from heitbaum/snapcast

libconfig: disable build of doc and tests
This commit is contained in:
CvH
2021-07-05 11:52:50 +02:00
committed by GitHub

View File

@@ -13,7 +13,9 @@ PKG_TOOLCHAIN="autotools"
PKG_CONFIGURE_OPTS_TARGET="--enable-static \
--disable-shared \
--disable-doc \
--disable-examples \
--disable-tests \
--with-sysroot=${SYSROOT_PREFIX}"
pre_configure_target() {