diff options
author | Matthias Clasen <mclasen@redhat.com> | 2020-11-01 15:47:44 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2020-11-01 21:23:35 -0500 |
commit | 4039b713c3a09428a09b7820f27af3dba85eb617 (patch) | |
tree | 175697a85593e3df0b0f047594b9ce7bffb93b36 /config.h.meson | |
parent | c3f8010b1954664cfc7ff9f0ac44a533bee17490 (diff) | |
download | gtk+-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 'config.h.meson')
-rw-r--r-- | config.h.meson | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/config.h.meson b/config.h.meson index 1968bb9cbe..549a677379 100644 --- a/config.h.meson +++ b/config.h.meson @@ -1,8 +1,9 @@ -/* config.h.in. Generated from configure.ac by autoheader. */ - /* always defined to indicate that i18n is enabled */ #define ENABLE_NLS 1 +/* Use structured logging */ +#define G_LOG_STRUCTURED 1 + /* The prefix for our gettext translation domains. */ #mesondefine GETTEXT_PACKAGE |