summaryrefslogtreecommitdiff
path: root/gtk/css
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2020-11-01 15:47:44 -0500
committerMatthias Clasen <mclasen@redhat.com>2020-11-01 21:23:35 -0500
commit4039b713c3a09428a09b7820f27af3dba85eb617 (patch)
tree175697a85593e3df0b0f047594b9ce7bffb93b36 /gtk/css
parentc3f8010b1954664cfc7ff9f0ac44a533bee17490 (diff)
downloadgtk+-4039b713c3a09428a09b7820f27af3dba85eb617.tar.gz
Set G_LOG_USE_STRUCTURED globally
It doesn't make much sense to set this in per-directory meson files, since that makes use use different logging facilities in different parts of the project. Set it globally.
Diffstat (limited to 'gtk/css')
-rw-r--r--gtk/css/meson.build1
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk/css/meson.build b/gtk/css/meson.build
index 6b24561928..501411f917 100644
--- a/gtk/css/meson.build
+++ b/gtk/css/meson.build
@@ -47,7 +47,6 @@ libgtk_css = static_library('gtk_css',
c_args: [
'-DGTK_COMPILATION',
'-DG_LOG_DOMAIN="Gtk"',
- '-DG_LOG_STRUCTURED=1',
] + common_cflags,
link_args: common_ldflags)