summaryrefslogtreecommitdiffstats
path: root/bluez.pc.in
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2004-06-03 10:05:20 +0000
committerMarcel Holtmann <marcel@holtmann.org>2004-06-03 10:05:20 +0000
commit72c595e96c615d138d37d204152d3f71a60f02d1 (patch)
tree497897646b1376959ec753bc134a52dba44e7511 /bluez.pc.in
parent60def948f68b9c02a9bb508e662d172ccab7ab65 (diff)
Add PKGConfig support
Diffstat (limited to 'bluez.pc.in')
-rw-r--r--bluez.pc.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/bluez.pc.in b/bluez.pc.in
new file mode 100644
index 00000000..e7d98ee8
--- /dev/null
+++ b/bluez.pc.in
@@ -0,0 +1,11 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+
+Name: BlueZ
+Description: Bluetooth protocol stack for Linux
+Version: @VERSION@
+Requires:
+Libs: -L${libdir} -lbluetooth
+Cflags: -I${includedir}