14 lines
326 B
PkgConfig
14 lines
326 B
PkgConfig
|
prefix=${pcfiledir}/../..
|
||
|
exec_prefix=${prefix}
|
||
|
libdir=${prefix}/lib
|
||
|
includedir=${prefix}/../include
|
||
|
|
||
|
Name: Protocol Buffers
|
||
|
Description: Google's Data Interchange Format
|
||
|
Version: 29.1.0
|
||
|
Requires: abseil_dll utf8_range
|
||
|
Libs: "-L${libdir}" -llibprotobufd
|
||
|
Cflags: "-I${includedir}" -DPROTOBUF_USE_DLLS
|
||
|
Conflicts: protobuf-lite
|
||
|
|