mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 11:28:05 +02:00
meson: don't install translation files
Tested-by: Eric Engestrom <eric.engestrom@intel.com>
Reviewed-by: Eric Engestrom <eric.engestrom@intel.com>
Fixes: 7834926a4f
("meson: add support for generating translation mo files")
This commit is contained in:
parent
4da169d368
commit
1f41104b9b
1 changed files with 1 additions and 1 deletions
|
|
@ -37,4 +37,4 @@ xmlpool_options_h = custom_target(
|
|||
)
|
||||
|
||||
i18n = import('i18n')
|
||||
i18n.gettext('xmlpool')
|
||||
i18n.gettext('xmlpool', install : false)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue