build: Set G_LOG_DOMAIN
This commit is contained in:
parent
d07e8a8ab2
commit
7c27dcd524
@ -34,6 +34,7 @@ config_h.set_quoted('PACKAGE_NAME', meson.project_name())
|
|||||||
config_h.set_quoted('GETTEXT_PACKAGE', 'hexchat')
|
config_h.set_quoted('GETTEXT_PACKAGE', 'hexchat')
|
||||||
config_h.set_quoted('LOCALEDIR', join_paths(get_option('prefix'),
|
config_h.set_quoted('LOCALEDIR', join_paths(get_option('prefix'),
|
||||||
get_option('datadir'), 'locale'))
|
get_option('datadir'), 'locale'))
|
||||||
|
config_h.set_quoted('G_LOG_DOMAIN', 'hexchat')
|
||||||
config_h.set10('ENABLE_NLS', true)
|
config_h.set10('ENABLE_NLS', true)
|
||||||
|
|
||||||
# Optional features
|
# Optional features
|
||||||
|
Loading…
Reference in New Issue
Block a user