libwebp.pc: add libsharpyuv to requires

Signed-off-by: Christopher Degawa <ccom@randomderp.com>
Change-Id: I7111d1f7738dad566dc74fc11be99ff92e11c50b
This commit is contained in:
Christopher Degawa 2022-08-02 15:58:49 -05:00
parent 7deee8103e
commit 04764b56a0
No known key found for this signature in database
GPG Key ID: 40BDA1D2A156699E

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@