protobuf.pc 390 B

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