mirror of
https://github.com/home-assistant/operating-system.git
synced 2026-05-17 14:10:16 +01:00
11 lines
231 B
Plaintext
11 lines
231 B
Plaintext
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}
|