diff options
author | 2021-12-20 17:17:37 -0500 | |
---|---|---|
committer | 2021-12-20 17:55:18 -0500 | |
commit | 701f44587eabaa78dc1c180d8ca0ac8f848941d5 (patch) | |
tree | 3c81191543cfa4be02f0b1237fd1129916b8e0ab /meson_options.txt | |
parent | 5a2ac9498d1aed3d1307dde3a3028dd3444bba0f (diff) |
Initial check-inmarlin_12.91.0marlin/12.91.012.91.0
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 'meson_options.txt')
-rw-r--r-- | meson_options.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt new file mode 100644 index 0000000..397f787 --- /dev/null +++ b/meson_options.txt @@ -0,0 +1 @@ +option('build-tester', type : 'boolean', value : false) |