mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
build-sys: Fixes for i18n parts of the meson build
This commit is contained in:
parent
b427dfcd06
commit
0cd931dc80
1 changed files with 4 additions and 0 deletions
|
|
@ -47,6 +47,7 @@ libdir = join_paths(prefix, get_option('libdir'))
|
|||
libexecdir = join_paths(prefix, get_option('libexecdir'))
|
||||
mandir = join_paths(prefix, get_option('mandir'))
|
||||
datadir = join_paths(prefix, get_option('datadir'))
|
||||
localedir = join_paths(prefix, get_option('localedir'))
|
||||
localstatedir = join_paths(prefix, get_option('localstatedir'))
|
||||
sysconfdir = join_paths(prefix, get_option('sysconfdir'))
|
||||
privlibdir = join_paths(get_option('libdir'), 'pulseaudio')
|
||||
|
|
@ -123,6 +124,9 @@ cdata.set_quoted('PA_CFLAGS', 'Not yet supported on meson')
|
|||
cdata.set_quoted('PA_ALSA_PATHS_DIR', join_paths(alsadatadir, 'paths'))
|
||||
cdata.set_quoted('PA_ALSA_PROFILE_SETS_DIR', join_paths(alsadatadir, 'profile-sets'))
|
||||
cdata.set_quoted('DESKTOPFILEDIR', join_paths(datadir, 'applications'))
|
||||
cdata.set_quoted('PULSE_LOCALEDIR', localedir)
|
||||
cdata.set_quoted('GETTEXT_PACKAGE', 'pulseaudio')
|
||||
cdata.set('ENABLE_NLS', 1)
|
||||
|
||||
# Platform specifics
|
||||
# First some defaults to keep config file generation happy
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue