Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
PulseAudio
pulseaudio
Commits
0cd931dc
Commit
0cd931dc
authored
Jul 01, 2019
by
Arun Raghavan
🐾
Committed by
Tanu Kaskinen
Jul 05, 2019
Browse files
build-sys: Fixes for i18n parts of the meson build
parent
b427dfcd
Pipeline
#47432
passed with stage
in 4 minutes and 37 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
meson.build
View file @
0cd931dc
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment