Forward-port #1117

This commit is contained in:
crazywhalecc
2026-04-29 16:53:43 +08:00
parent 2c8c7214f0
commit 2bcf62249f

View File

@@ -17,7 +17,11 @@ class libde265 extends LibraryPackage
public function buildUnix(): void
{
UnixCMakeExecutor::create($this)
->addConfigureArgs('-DENABLE_SDL=OFF')
->addConfigureArgs(
'-DENABLE_SDL=OFF',
'-DENABLE_DECODER=OFF',
'-DHAVE_NEON=OFF',
)
->build();
$this->patchPkgconfPrefix(['libde265.pc']);
}