mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2026-01-23 12:38:49 +00:00
12 lines
322 B
PkgConfig
12 lines
322 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: libwebpdecoder
|
|
Description: Library for the WebP graphics format (decode only)
|
|
Version: @PACKAGE_VERSION@
|
|
Cflags: -I${includedir}
|
|
Libs: -L${libdir} -l@webp_libname_prefix@webpdecoder
|
|
Libs.private: -lm @PTHREAD_CFLAGS@ @PTHREAD_LIBS@
|