summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorSanchayan Maity <sanchayan@asymptotic.io>2020-12-21 12:37:31 +0530
committerSanchayan Maity <sanchayan@asymptotic.io>2021-01-19 13:43:42 +0530
commit337796488948c55c3f20f34c153ba7b5309fd449 (patch)
tree1dfc4d6d2cf570ed23f4a81ff34f0efd49aef809 /meson.build
parentef4762a41698b7322d345531a72761c2db042122 (diff)
bluetooth: Add aptX support via GStreamer
Part-of: <https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/merge_requests/440>
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index a186f6180..dc95c04c4 100644
--- a/meson.build
+++ b/meson.build
@@ -748,6 +748,7 @@ have_bluez5_gstreamer = false
if bluez5_gst_dep.found() and bluez5_gstapp_dep.found()
have_bluez5_gstreamer = true
cdata.set('HAVE_GSTLDAC', 1)
+ cdata.set('HAVE_GSTAPTX', 1)
endif
# These are required for the CMake file generation