mirror of
https://github.com/webmproject/libwebp.git
synced 2025-07-18 14:59:48 +02:00
*.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:
@ -8,5 +8,5 @@ Description: Library for manipulating the WebP graphics format container
|
||||
Version: @PACKAGE_VERSION@
|
||||
Requires: libwebp >= 0.2.0
|
||||
Cflags: -I${includedir}
|
||||
Libs: -L${libdir} -l@lib_prefix@webpmux
|
||||
Libs: -L${libdir} -l@webp_libname_prefix@webpmux
|
||||
Libs.private: -lm
|
||||
|
Reference in New Issue
Block a user