summaryrefslogtreecommitdiffstats
path: root/toolkit/crashreporter/google-breakpad/breakpad.pc.in
diff options
context:
space:
mode:
Diffstat (limited to 'toolkit/crashreporter/google-breakpad/breakpad.pc.in')
-rw-r--r--toolkit/crashreporter/google-breakpad/breakpad.pc.in10
1 files changed, 0 insertions, 10 deletions
diff --git a/toolkit/crashreporter/google-breakpad/breakpad.pc.in b/toolkit/crashreporter/google-breakpad/breakpad.pc.in
deleted file mode 100644
index 9aec9f8cb..000000000
--- a/toolkit/crashreporter/google-breakpad/breakpad.pc.in
+++ /dev/null
@@ -1,10 +0,0 @@
-prefix=@prefix@
-exec_prefix=@exec_prefix@
-libdir=@libdir@
-includedir=@includedir@/@PACKAGE_NAME@
-
-Name: google-breakpad
-Description: An open-source multi-platform crash reporting system
-Version: @PACKAGE_VERSION@
-Libs: -L${libdir} -lbreakpad @PTHREAD_LIBS@
-Cflags: -I${includedir} @PTHREAD_CFLAGS@