mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-14 16:31:30 +00:00
14 lines
264 B
PkgConfig
14 lines
264 B
PkgConfig
|
prefix=
|
||
|
exec_prefix=${prefix}
|
||
|
libdir=${exec_prefix}/lib
|
||
|
includedir=${prefix}/include
|
||
|
|
||
|
Name: liblzma
|
||
|
Description: General purpose data compression library
|
||
|
Version: 5.2.5
|
||
|
Requires:
|
||
|
Requires.private:
|
||
|
Libs: -L${libdir} -llzma
|
||
|
Libs.private:
|
||
|
Cflags: -I${includedir}
|