Skip to content
Snippets Groups Projects
Commit 1f41104b authored by Dylan Baker's avatar Dylan Baker
Browse files

meson: don't install translation files


Tested-by: default avatarEric Engestrom <eric.engestrom@intel.com>
Reviewed-by: default avatarEric Engestrom <eric.engestrom@intel.com>
Fixes: 7834926a
       ("meson: add support for generating translation mo files")
parent 4da169d3
No related merge requests found
......@@ -37,4 +37,4 @@ xmlpool_options_h = custom_target(
)
i18n = import('i18n')
i18n.gettext('xmlpool')
i18n.gettext('xmlpool', install : false)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment