mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-25 13:21:05 +00:00
12 lines
261 B
PkgConfig
12 lines
261 B
PkgConfig
prefix=
|
|
exec_prefix=${prefix}
|
|
libdir=${exec_prefix}/lib
|
|
includedir=${prefix}/include
|
|
|
|
Name: libwebp
|
|
Description: Library for the WebP graphics format
|
|
Version: 1.4.0
|
|
Requires.private: libsharpyuv
|
|
Cflags: -I${includedir}
|
|
Libs: -L${libdir} -lwebp
|
|
Libs.private:
|