1prefix=@prefix@ 2exec_prefix=@exec_prefix@ 3libdir=@libdir@ 4includedir=@includedir@ 5 6Name: Protocol Buffers 7Description: Google's Data Interchange Format 8Version: @VERSION@ 9Libs: -L${libdir} -lprotobuf-lite @PTHREAD_CFLAGS@ @PTHREAD_LIBS@ 10Cflags: -I${includedir} @PTHREAD_CFLAGS@ 11# Commented out because it crashes pkg-config *sigh*: 12# http://bugs.freedesktop.org/show_bug.cgi?id=13265 13# Conflicts: protobuf 14