mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-12-11 04:50:53 +00:00
12 lines
291 B
PkgConfig
12 lines
291 B
PkgConfig
prefix=
|
|
exec_prefix=${prefix}
|
|
libdir=${exec_prefix}/lib
|
|
includedir=${prefix}/include
|
|
|
|
Name: libbrotlienc
|
|
URL: https://github.com/google/brotli
|
|
Description: Brotli encoder library
|
|
Version: 1.0.9
|
|
Libs: -L${libdir} -lbrotlienc
|
|
Requires.private: libbrotlicommon >= 1.0.2
|
|
Cflags: -I${includedir}
|