mirror of
https://github.com/google/brotli.git
synced 2024-11-08 13:20:05 +00:00
feb6d8bc80
PiperOrigin-RevId: 558736892
13 lines
300 B
PkgConfig
13 lines
300 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: libbrotlidec
|
|
URL: https://github.com/google/brotli
|
|
Description: Brotli decoder library
|
|
Version: @PACKAGE_VERSION@
|
|
Libs: -L${libdir} -lbrotlidec
|
|
Requires.private: libbrotlicommon >= 1.1.0
|
|
Cflags: -I${includedir}
|