Counter Strike : Global Offensive Source Code
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
429 B

  1. prefix=@prefix@
  2. exec_prefix=@exec_prefix@
  3. libdir=@libdir@
  4. includedir=@includedir@
  5. Name: Protocol Buffers
  6. Description: Google's Data Interchange Format
  7. Version: @VERSION@
  8. Libs: -L${libdir} -lprotobuf @PTHREAD_CFLAGS@ @PTHREAD_LIBS@
  9. Libs.private: @LIBS@
  10. Cflags: -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-lite