mirror of
https://github.com/google/brotli.git
synced 2024-11-08 13:20:05 +00:00
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
|
||||
Description: Brotli common dictionary library
|
||||
Version: @PACKAGE_VERSION@
|
||||
Libs: -L${libdir} -R${libdir} -lbrotlicommon
|
||||
Libs: -L${libdir} -lbrotlicommon
|
||||
Cflags: -I${includedir}
|
||||
|
@ -7,6 +7,6 @@ Name: libbrotlidec
|
||||
URL: https://github.com/google/brotli
|
||||
Description: Brotli decoder library
|
||||
Version: @PACKAGE_VERSION@
|
||||
Libs: -L${libdir} -R${libdir} -lbrotlidec
|
||||
Libs: -L${libdir} -lbrotlidec
|
||||
Requires.private: libbrotlicommon >= 1.0.2
|
||||
Cflags: -I${includedir}
|
||||
|
@ -7,6 +7,6 @@ Name: libbrotlienc
|
||||
URL: https://github.com/google/brotli
|
||||
Description: Brotli encoder library
|
||||
Version: @PACKAGE_VERSION@
|
||||
Libs: -L${libdir} -R${libdir} -lbrotlienc
|
||||
Libs: -L${libdir} -lbrotlienc
|
||||
Requires.private: libbrotlicommon >= 1.0.2
|
||||
Cflags: -I${includedir}
|
||||
|
Loading…
Reference in New Issue
Block a user