mirror of
https://github.com/CloverHackyColor/CloverBootloader.git
synced 2024-11-24 11:45:27 +01:00
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}
|