mirror of https://github.com/google/brotli
This reverts commit 31754d4ffc
.
This commit is contained in:
parent
0545759b2e
commit
09b0992b6a
|
@ -7,5 +7,5 @@ Name: libbrotlicommon
|
||||||
URL: https://github.com/google/brotli
|
URL: https://github.com/google/brotli
|
||||||
Description: Brotli common dictionary library
|
Description: Brotli common dictionary library
|
||||||
Version: @PACKAGE_VERSION@
|
Version: @PACKAGE_VERSION@
|
||||||
Libs: -L${libdir} -R${libdir} -lbrotlicommon
|
Libs: -L${libdir} -lbrotlicommon
|
||||||
Cflags: -I${includedir}
|
Cflags: -I${includedir}
|
||||||
|
|
|
@ -7,6 +7,6 @@ Name: libbrotlidec
|
||||||
URL: https://github.com/google/brotli
|
URL: https://github.com/google/brotli
|
||||||
Description: Brotli decoder library
|
Description: Brotli decoder library
|
||||||
Version: @PACKAGE_VERSION@
|
Version: @PACKAGE_VERSION@
|
||||||
Libs: -L${libdir} -R${libdir} -lbrotlidec
|
Libs: -L${libdir} -lbrotlidec
|
||||||
Requires.private: libbrotlicommon >= 1.0.2
|
Requires.private: libbrotlicommon >= 1.0.2
|
||||||
Cflags: -I${includedir}
|
Cflags: -I${includedir}
|
||||||
|
|
|
@ -7,6 +7,6 @@ Name: libbrotlienc
|
||||||
URL: https://github.com/google/brotli
|
URL: https://github.com/google/brotli
|
||||||
Description: Brotli encoder library
|
Description: Brotli encoder library
|
||||||
Version: @PACKAGE_VERSION@
|
Version: @PACKAGE_VERSION@
|
||||||
Libs: -L${libdir} -R${libdir} -lbrotlienc
|
Libs: -L${libdir} -lbrotlienc
|
||||||
Requires.private: libbrotlicommon >= 1.0.2
|
Requires.private: libbrotlicommon >= 1.0.2
|
||||||
Cflags: -I${includedir}
|
Cflags: -I${includedir}
|
||||||
|
|
Loading…
Reference in New Issue