This commit is contained in:
henderkes
2026-03-18 23:26:57 +07:00
parent f2fa29809a
commit 823fe96942

View File

@@ -11,8 +11,10 @@ trait libde265
protected function build(): void protected function build(): void
{ {
UnixCMakeExecutor::create($this) UnixCMakeExecutor::create($this)
->appendEnv(['LDFLAGS' => '-lpthread']) ->addConfigureArgs(
->addConfigureArgs('-DENABLE_SDL=OFF') '-DENABLE_SDL=OFF',
'-DENABLE_DECODER=OFF'
)
->build(); ->build();
$this->patchPkgconfPrefix(['libde265.pc']); $this->patchPkgconfPrefix(['libde265.pc']);
} }