mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-14 00:11:16 +00:00
13 lines
264 B
PkgConfig
13 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}
|