mirror of
https://github.com/brl/mutter.git
synced 2024-11-12 17:27:03 -05:00
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:
parent
81ee8886ce
commit
73eaf51770
@ -62,7 +62,7 @@ if have_introspection
|
||||
],
|
||||
extra_args: introspection_args + [
|
||||
'-UCOGL_COMPILATION',
|
||||
'-DG_LOG_DOMAIN=\"CoglPango\"',
|
||||
'-DG_LOG_DOMAIN="CoglPango"',
|
||||
],
|
||||
install_dir_gir: pkglibdir,
|
||||
install_dir_typelib: pkglibdir,
|
||||
|
Loading…
Reference in New Issue
Block a user