mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-23 21:43:30 +08:00
c93f56d465
Signed-off-by: Olivier Schonken <olivier.schonken@gmail.com> [Thomas: change to automatically set the version in the generated .pc file.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
11 lines
231 B
PkgConfig
11 lines
231 B
PkgConfig
prefix=/usr
|
|
exec_prefix=/usr
|
|
libdir=${exec_prefix}/lib
|
|
includedir=${prefix}/include
|
|
|
|
Name: libjpeg
|
|
Description: A JPEG codec that provides the libjpeg API
|
|
Version: @PACKAGE_VERSION@
|
|
Libs: -L${libdir} -ljpeg
|
|
Cflags: -I${includedir}
|