summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorNicolas Dufresne <nicolas.dufresne@collabora.com>2018-07-27 22:17:56 -0400
committerNicolas Dufresne <nicolas.dufresne@collabora.com>2018-07-27 22:17:56 -0400
commit638677cca6a56357ff64788e0997b397237212ab (patch)
tree6de6e482094aed4fe4c464a6dad22b24ead71ddc /sys
parentb55dfb5313f1df702a3637efbd372b90cd12a300 (diff)
downloadgstreamer-plugins-bad-638677cca6a56357ff64788e0997b397237212ab.tar.gz
meson: Generate bluez.h instead of bluez-interface.h
This is a recent regression, the meson code was ported to use the meson gnome module helpers, but the generated file was changed to bluez-interface.h.
Diffstat (limited to 'sys')
-rw-r--r--sys/bluez/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/bluez/meson.build b/sys/bluez/meson.build
index 19386f3b2..56bb104e7 100644
--- a/sys/bluez/meson.build
+++ b/sys/bluez/meson.build
@@ -13,7 +13,7 @@ gio_unix_dep = dependency('gio-unix-2.0', version : glib_req,
required : get_option('bluez'))
if bluez_dep.found() and gio_unix_dep.found()
- bluez_ch = gnome.gdbus_codegen('bluez-interface',
+ bluez_ch = gnome.gdbus_codegen('bluez',
sources : 'org.bluez.xml',
interface_prefix : 'org.bluez',
namespace : 'Bluez')