From 04764b56a00417d9c3aa5105f3b62a4445ac1fe6 Mon Sep 17 00:00:00 2001 From: Christopher Degawa Date: Tue, 2 Aug 2022 15:58:49 -0500 Subject: [PATCH] libwebp.pc: add libsharpyuv to requires Signed-off-by: Christopher Degawa Change-Id: I7111d1f7738dad566dc74fc11be99ff92e11c50b --- src/libwebp.pc.in | 1 + 1 file changed, 1 insertion(+) diff --git a/src/libwebp.pc.in b/src/libwebp.pc.in index 733bb6db..8f98432c 100644 --- a/src/libwebp.pc.in +++ b/src/libwebp.pc.in @@ -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@