cogl-pango/meson.build: Remove extraneous quoting

It wasn't necessary (see other instances of -DG_LOG_DOMAIN) and somewhere
along the line it was getting turned into forward slashes becoming a syntax
error:

```
/usr/include/glib-2.0/gobject/gobject.h:767: syntax error, unexpected '/' in
...
g_assertion_message (/"CoglPango/",
```

https://gitlab.gnome.org/GNOME/mutter/merge_requests/841
This commit is contained in:
Daniel van Vugt 2019-10-10 17:21:13 +08:00
parent 81ee8886ce
commit 73eaf51770

View File

@ -62,7 +62,7 @@ if have_introspection
], ],
extra_args: introspection_args + [ extra_args: introspection_args + [
'-UCOGL_COMPILATION', '-UCOGL_COMPILATION',
'-DG_LOG_DOMAIN=\"CoglPango\"', '-DG_LOG_DOMAIN="CoglPango"',
], ],
install_dir_gir: pkglibdir, install_dir_gir: pkglibdir,
install_dir_typelib: pkglibdir, install_dir_typelib: pkglibdir,