We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 766f7fa commit daae5f2Copy full SHA for daae5f2
3 files changed
config/lib.json
@@ -494,7 +494,7 @@
494
"static-libs-windows": [
495
"libjpeg_a.lib"
496
],
497
- "lib-suggests-windows": [
+ "lib-depends": [
498
"zlib"
499
]
500
},
config/source.json
@@ -641,6 +641,7 @@
641
"libjpeg": {
642
"type": "ghtar",
643
"repo": "libjpeg-turbo/libjpeg-turbo",
644
+ "prefer-stable": true,
645
"license": {
646
"type": "file",
647
"path": "LICENSE.md"
src/SPC/builder/unix/library/libjpeg.php
@@ -14,6 +14,7 @@ protected function build(): void
14
->addConfigureArgs(
15
'-DENABLE_STATIC=ON',
16
'-DENABLE_SHARED=OFF',
17
+ '-DWITH_SYSTEM_ZLIB=ON'
18
)
19
->build();
20
// patch pkgconfig
0 commit comments