diff options
Diffstat (limited to 'roms/edk2/BaseTools/Source/C/BrotliCompress/brotli/scripts/libbrotlicommon.pc.in')
-rw-r--r-- | roms/edk2/BaseTools/Source/C/BrotliCompress/brotli/scripts/libbrotlicommon.pc.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/roms/edk2/BaseTools/Source/C/BrotliCompress/brotli/scripts/libbrotlicommon.pc.in b/roms/edk2/BaseTools/Source/C/BrotliCompress/brotli/scripts/libbrotlicommon.pc.in new file mode 100644 index 000000000..2a8cf7a35 --- /dev/null +++ b/roms/edk2/BaseTools/Source/C/BrotliCompress/brotli/scripts/libbrotlicommon.pc.in @@ -0,0 +1,11 @@ +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@ + +Name: libbrotlicommon +URL: https://github.com/google/brotli +Description: Brotli common dictionary library +Version: @PACKAGE_VERSION@ +Libs: -L${libdir} -lbrotlicommon +Cflags: -I${includedir} |