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:
Nicolas Dufresne 2018-07-27 22:17:56 -04:00
parent b55dfb5313
commit 638677cca6

View file

@ -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')