mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-07 16:55:38 +08:00
Forward-port #1117
This commit is contained in:
@@ -17,7 +17,11 @@ class libde265 extends LibraryPackage
|
|||||||
public function buildUnix(): void
|
public function buildUnix(): void
|
||||||
{
|
{
|
||||||
UnixCMakeExecutor::create($this)
|
UnixCMakeExecutor::create($this)
|
||||||
->addConfigureArgs('-DENABLE_SDL=OFF')
|
->addConfigureArgs(
|
||||||
|
'-DENABLE_SDL=OFF',
|
||||||
|
'-DENABLE_DECODER=OFF',
|
||||||
|
'-DHAVE_NEON=OFF',
|
||||||
|
)
|
||||||
->build();
|
->build();
|
||||||
$this->patchPkgconfPrefix(['libde265.pc']);
|
$this->patchPkgconfPrefix(['libde265.pc']);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user