File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change 220
220
},
221
221
"imagemagick" : {
222
222
"source" : " imagemagick" ,
223
- "static-libs-unix " : [
224
- " libMagick ++-7.Q16HDRI.a " ,
225
- " libMagickWand -7.Q16HDRI.a " ,
226
- " libMagickCore -7.Q16HDRI.a "
223
+ "pkg-configs " : [
224
+ " Magick ++-7.Q16HDRI" ,
225
+ " MagickCore -7.Q16HDRI" ,
226
+ " MagickWand -7.Q16HDRI"
227
227
],
228
228
"lib-depends" : [
229
229
" zlib" ,
266
266
},
267
267
"ldap" : {
268
268
"source" : " ldap" ,
269
- "static-libs-unix " : [
270
- " libldap.a " ,
271
- " liblber.a "
269
+ "pkg-configs " : [
270
+ " ldap " ,
271
+ " lber "
272
272
],
273
273
"lib-depends" : [
274
274
" openssl" ,
421
421
},
422
422
"libjxl" : {
423
423
"source" : " libjxl" ,
424
- "static-libs-unix " : [
425
- " libjxl.a " ,
426
- " libjxl_cms.a " ,
427
- " libjxl_threads.a " ,
428
- " libhwy.a "
424
+ "pkg-configs " : [
425
+ " libjxl" ,
426
+ " libjxl_cms" ,
427
+ " libjxl_threads" ,
428
+ " libhwy"
429
429
],
430
430
"lib-depends" : [
431
431
" brotli" ,
You can’t perform that action at this time.
0 commit comments