mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-12-11 04:50:53 +00:00
13 lines
286 B
PkgConfig
13 lines
286 B
PkgConfig
|
prefix=
|
||
|
exec_prefix=${prefix}
|
||
|
libdir=${exec_prefix}/lib
|
||
|
includedir=${prefix}/include
|
||
|
|
||
|
Name: libtiff
|
||
|
Description: Tag Image File Format (TIFF) library.
|
||
|
Version: 4.3.0
|
||
|
Libs: -L${libdir} -ltiff
|
||
|
Libs.private:
|
||
|
Cflags: -I${includedir}
|
||
|
Requires.private: libjpeg liblzma libwebp libzstd zlib
|