aboutsummaryrefslogtreecommitdiff
path: root/protobuf.pc.in
diff options
context:
space:
mode:
Diffstat (limited to 'protobuf.pc.in')
-rw-r--r--protobuf.pc.in14
1 files changed, 14 insertions, 0 deletions
diff --git a/protobuf.pc.in b/protobuf.pc.in
new file mode 100644
index 00000000..29f24877
--- /dev/null
+++ b/protobuf.pc.in
@@ -0,0 +1,14 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+
+Name: Protocol Buffers
+Description: Google's Data Interchange Format
+Version: @VERSION@
+Libs: -L${libdir} -lprotobuf @PTHREAD_CFLAGS@ @PTHREAD_LIBS@
+Libs.private: @LIBS@
+Cflags: -I${includedir} @PTHREAD_CFLAGS@
+# Commented out because it crashes pkg-config *sigh*:
+# http://bugs.freedesktop.org/show_bug.cgi?id=13265
+# Conflicts: protobuf-lite