*.pc.in: rename lib_prefix to webp_libname_prefix

this will help avoid any future conflicts with the more generic autoconf
type name

Change-Id: I0311e03a11a541118025c7dbe8309365f6efa847
This commit is contained in:
James Zern
2022-10-24 16:44:42 -07:00
parent c42e6d5a89
commit 28aedcb9b0
7 changed files with 11 additions and 11 deletions

View File

@ -7,5 +7,5 @@ Name: libsharpyuv
Description: Library for sharp RGB to YUV conversion
Version: @PACKAGE_VERSION@
Cflags: -I${includedir}
Libs: -L${libdir} -l@lib_prefix@sharpyuv
Libs: -L${libdir} -l@webp_libname_prefix@sharpyuv
Libs.private: -lm @PTHREAD_CFLAGS@ @PTHREAD_LIBS@