Mercurial > hgrepos > Python2 > PyMuPDF
comparison mupdf-source/thirdparty/brotli/scripts/libbrotlienc.pc.in @ 3:2c135c81b16c
MERGE: upstream PyMuPDF 1.26.4 with MuPDF 1.26.7
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Mon, 15 Sep 2025 11:44:09 +0200 |
| parents | b50eed0cc0ef |
| children |
comparison
equal
deleted
inserted
replaced
| 0:6015a75abc2d | 3:2c135c81b16c |
|---|---|
| 1 prefix=@prefix@ | |
| 2 exec_prefix=@exec_prefix@ | |
| 3 libdir=@libdir@ | |
| 4 includedir=@includedir@ | |
| 5 | |
| 6 Name: libbrotlienc | |
| 7 URL: https://github.com/google/brotli | |
| 8 Description: Brotli encoder library | |
| 9 Version: @PACKAGE_VERSION@ | |
| 10 Libs: -L${libdir} -lbrotlienc | |
| 11 Requires.private: libbrotlicommon >= 1.1.0 | |
| 12 Cflags: -I${includedir} |
