disable a whole lot of things we don't need to build

This commit is contained in:
henderkes
2026-05-26 21:10:00 +07:00
parent 29a8c9c196
commit 727600a73a
22 changed files with 85 additions and 20 deletions

View File

@@ -27,7 +27,10 @@ class brotli
{
UnixCMakeExecutor::create($lib)
->setBuildDir($lib->getSourceDir() . '/build-dir')
->addConfigureArgs("-DSHARE_INSTALL_PREFIX={$lib->getBuildRootPath()}")
->addConfigureArgs(
"-DSHARE_INSTALL_PREFIX={$lib->getBuildRootPath()}",
'-DBROTLI_DISABLE_TESTS=ON',
)
->build();
// Patch pkg-config files