mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-22 20:11:51 +00:00
10 lines
237 B
PkgConfig
10 lines
237 B
PkgConfig
prefix=
|
|
exec_prefix=${prefix}
|
|
libdir=${exec_prefix}/lib
|
|
includedir=${prefix}/include
|
|
|
|
Name: libjpeg
|
|
Description: A SIMD-accelerated JPEG codec that provides the libjpeg API
|
|
Version: 2.1.0
|
|
Libs: -L${libdir} -ljpeg
|
|
Cflags: -I${includedir}
|