14 lines
322 B
PkgConfig
14 lines
322 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}" -llibprotobuf-lite
|
||
|
Cflags: "-I${includedir}" -DPROTOBUF_USE_DLLS
|
||
|
Conflicts: protobuf
|
||
|
|