Home | History | Annotate | Download | only in pkgconfig
      1 prefix=/Volumes/untitled/ub-gearhead-engine-dev/prebuilts/misc/darwin-x86_64/protobuf2.5
      2 exec_prefix=${prefix}
      3 libdir=${exec_prefix}/lib
      4 includedir=${prefix}/include
      5 
      6 Name: Protocol Buffers
      7 Description: Google's Data Interchange Format
      8 Version: 2.5.0
      9 Libs: -L${libdir} -lprotobuf -D_THREAD_SAFE  
     10 Libs.private: -lz 
     11 Cflags: -I${includedir} -D_THREAD_SAFE 
     12 # Commented out because it crashes pkg-config *sigh*:
     13 #   http://bugs.freedesktop.org/show_bug.cgi?id=13265
     14 # Conflicts: protobuf-lite
     15