Do not require literal message ids in Atlas

In >=wxWidgets-3.3 there is a new static check for literal message
ids[1] so that xgettext would reliable work to extract strings to
translate. As we don't translate Atlas at all nor use xgettext just
disable the check to allow building against >=wxWidgets-3.3.

[1] https://wxwidgets.org/help/msgid-literals/

Signed-off-by: Ralph Sennhauser <ralph.sennhauser@gmail.com>
This commit is contained in:
Ralph Sennhauser 2025-08-17 20:05:47 +02:00
parent 75805f4b23
commit e97f43b692
No known key found for this signature in database

View file

@ -734,6 +734,7 @@ extern_lib_defs = {
-- so we have to use wxwidgets' own config tool
pkgconfig.add_includes(nil, wx_config_path(), "--unicode=yes --cxxflags")
end
defines({ "wxNO_REQUIRE_LITERAL_MSGIDS" })
end,
link_settings = function()
if os.istarget("windows") then