mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
meson: Add basic po support
Signed-off-by: Arnaud Rebillout <arnaud.rebillout@collabora.com>
This commit is contained in:
parent
5084dbd96a
commit
68f9984ac0
2 changed files with 5 additions and 0 deletions
|
|
@ -487,6 +487,7 @@ endforeach
|
|||
|
||||
# Subdirs
|
||||
|
||||
subdir('po')
|
||||
if get_option('man')
|
||||
subdir('man')
|
||||
endif
|
||||
|
|
|
|||
4
po/meson.build
Normal file
4
po/meson.build
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
i18n = import('i18n')
|
||||
i18n.gettext(meson.project_name(), preset: 'glib')
|
||||
|
||||
po_dir = meson.current_source_dir()
|
||||
Loading…
Add table
Add a link
Reference in a new issue