summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorPatrick Griffis <tingping@tingping.se>2021-12-22 11:46:55 -0600
committerPatrick Griffis <tingping@tingping.se>2021-12-22 11:46:55 -0600
commit7c27dcd5243b59d3da425ea0b5c25097c32b090c (patch)
treeb69b16c9dd03097e547d733123af5bbbfd1f7284
parentd07e8a8ab27e4677605759468acce11452345ba9 (diff)
build: Set G_LOG_DOMAIN
-rw-r--r--meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index 6b23230f..bc22671d 100644
--- a/meson.build
+++ b/meson.build
@@ -34,6 +34,7 @@ config_h.set_quoted('PACKAGE_NAME', meson.project_name())
 config_h.set_quoted('GETTEXT_PACKAGE', 'hexchat')
 config_h.set_quoted('LOCALEDIR', join_paths(get_option('prefix'),
                                  get_option('datadir'), 'locale'))
+config_h.set_quoted('G_LOG_DOMAIN', 'hexchat')
 config_h.set10('ENABLE_NLS', true)
 
 # Optional features