aboutsummaryrefslogtreecommitdiffstats
path: root/include/meson.build
diff options
context:
space:
mode:
authorScott Murray <scott.murray@konsulko.com>2021-12-20 17:17:37 -0500
committerScott Murray <scott.murray@konsulko.com>2021-12-20 17:55:18 -0500
commit701f44587eabaa78dc1c180d8ca0ac8f848941d5 (patch)
tree3c81191543cfa4be02f0b1237fd1129916b8e0ab /include/meson.build
parent5a2ac9498d1aed3d1307dde3a3028dd3444bba0f (diff)
GLib based interface library for BlueZ, factored out of the agl-service-bluetooth binding code. See README.md for build and usage notes and the mapping of the new source files to those in the binding if that is for some reason required. Currently untested functionality: * autoconnect on startup * mediaplayer controls Bug-AGL: SPEC-4182 Signed-off-by: Scott Murray <scott.murray@konsulko.com> Change-Id: I7e70962ebabb138f81b9ba69af82f4ca0152dc31
Diffstat (limited to 'include/meson.build')
-rw-r--r--include/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/meson.build b/include/meson.build
new file mode 100644
index 0000000..40776e2
--- /dev/null
+++ b/include/meson.build
@@ -0,0 +1 @@
+install_headers('bluez-glib.h')