at-spi2-core/bugfix-fix-dbind-doc-build-with-meson.patch
2019-09-30 10:31:46 -04:00

13 lines
577 B
Diff

diff -uNrp a/dbind/meson.build b/dbind/meson.build
--- a/dbind/meson.build 2018-09-03 20:50:10.000000000 +0000
+++ b/dbind/meson.build 2018-12-16 14:28:53.093806236 +0000
@@ -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',