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-lite -D_THREAD_SAFE  
     10 Cflags: -I${includedir} -D_THREAD_SAFE 
     11 # Commented out because it crashes pkg-config *sigh*:
     12 #   http://bugs.freedesktop.org/show_bug.cgi?id=13265
     13 # Conflicts: protobuf
     14