https://gitlab.gnome.org/GNOME/at-spi2-core/issues/8

---
 dbind/meson.build |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/dbind/meson.build
+++ b/dbind/meson.build
@@ -5,7 +5,7 @@ dbind_sources = [
 
 dbind_dep = declare_dependency(sources: dbind_sources,
                                include_directories: root_inc,
-                               compile_args: [ '-DG_LOG_DOMAIN="dbind"' ],
+                               compile_args: [ '-DG_LOG_DOMAIN=\'"dbind"\'' ],
                                dependencies: [ libdbus_dep, glib_dep ])
 
 test('dbind-test',
