Merge changes I7111d1f7,I872cd62c into main

* changes:
  libwebp.pc: add libsharpyuv to requires
  libsharpyuv: add pkg-config file
This commit is contained in:
James Zern
2022-08-03 01:43:10 +00:00
committed by Gerrit Code Review
5 changed files with 15 additions and 1 deletions

View File

@ -6,6 +6,7 @@ includedir=@includedir@
Name: libwebp
Description: Library for the WebP graphics format
Version: @PACKAGE_VERSION@
Requires: libsharpyuv
Cflags: -I${includedir}
Libs: -L${libdir} -lwebp
Libs.private: -lm @PTHREAD_CFLAGS@ @PTHREAD_LIBS@