mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-04 18:27:36 +00:00
12 lines
251 B
PkgConfig
12 lines
251 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: libtiff
|
|
Description: Tag Image File Format (TIFF) library.
|
|
Version: @VERSION@
|
|
Libs: -L${libdir} -ltiff
|
|
Libs.private: @tiff_libs_private@
|
|
Cflags: -I${includedir}
|