mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-26 00:58:12 +00:00
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.
This commit is contained in:
parent
b55dfb5313
commit
638677cca6
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ gio_unix_dep = dependency('gio-unix-2.0', version : glib_req,
|
||||||
required : get_option('bluez'))
|
required : get_option('bluez'))
|
||||||
|
|
||||||
if bluez_dep.found() and gio_unix_dep.found()
|
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',
|
sources : 'org.bluez.xml',
|
||||||
interface_prefix : 'org.bluez',
|
interface_prefix : 'org.bluez',
|
||||||
namespace : 'Bluez')
|
namespace : 'Bluez')
|
||||||
|
|
Loading…
Reference in a new issue