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 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)