mirror of
https://github.com/etlegacy/etlegacy-libs.git
synced 2025-02-24 20:21:11 +00:00
10 lines
246 B
PkgConfig
10 lines
246 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: libjpeg
|
|
Description: A SIMD-accelerated JPEG codec that provides the libjpeg API
|
|
Version: @PACKAGE_VERSION@
|
|
Libs: -L${libdir} -ljpeg
|
|
Cflags: -I${includedir}
|