blob: e7c3124f011d1189a86826014f3e56beaf0d19be [file] [log] [blame]
Eugene Kliuchnikov0ad94ee2017-11-28 15:37:28 +01001prefix=@prefix@
2exec_prefix=@exec_prefix@
3libdir=@libdir@
4includedir=@includedir@
5
6Name: libbrotlidec
7URL: https://github.com/google/brotli
8Description: Brotli decoder library
9Version: @PACKAGE_VERSION@
Nils Goroll31754d42020-05-15 13:11:01 +020010Libs: -L${libdir} -R${libdir} -lbrotlidec
Eugene Kliuchnikov0ad94ee2017-11-28 15:37:28 +010011Requires.private: libbrotlicommon >= 1.0.2
12Cflags: -I${includedir}