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
commit c54575490f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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() {