mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Merge commit 'e2ca3615b30fc7e66d7647273295fbba81bfa0f2' as 'src/cpp/protobuf'
This commit is contained in:
14
src/cpp/protobuf/protobuf.pc.in
Normal file
14
src/cpp/protobuf/protobuf.pc.in
Normal file
@@ -0,0 +1,14 @@
|
||||
prefix=@prefix@
|
||||
exec_prefix=@exec_prefix@
|
||||
libdir=@libdir@
|
||||
includedir=@includedir@
|
||||
|
||||
Name: Protocol Buffers
|
||||
Description: Google's Data Interchange Format
|
||||
Version: @VERSION@
|
||||
Libs: -L${libdir} -lprotobuf @PTHREAD_CFLAGS@ @PTHREAD_LIBS@
|
||||
Libs.private: @LIBS@
|
||||
Cflags: -I${includedir} @PTHREAD_CFLAGS@
|
||||
# Commented out because it crashes pkg-config *sigh*:
|
||||
# http://bugs.freedesktop.org/show_bug.cgi?id=13265
|
||||
# Conflicts: protobuf-lite
|
||||
Reference in New Issue
Block a user