mirror of
https://github.com/CloverHackyColor/CloverBootloader.git
synced 2024-11-13 10:04:04 +01:00
286f7c643f
When this option is enabled all png images will be converted to PNG-8 (8 bit per pixel).
11 lines
308 B
PkgConfig
11 lines
308 B
PkgConfig
prefix=PREFIX
|
|
includedir=${prefix}/include
|
|
libdir=${prefix}/lib
|
|
|
|
Name: imagequant
|
|
Description: Small, portable C library for high-quality conversion of RGBA images to 8-bit indexed-color (palette) images.
|
|
URL: https://pngquant.org/lib/
|
|
Version: VERSION
|
|
Libs: -L${libdir} -limagequant
|
|
Cflags: -I${includedir}
|