mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
[Meson] Unescape pkgconf variable
This commit is contained in:
parent
8119e5cdb4
commit
8dc8fb55f2
2 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
project('pipewire', ['c' ],
|
project('pipewire', ['c' ],
|
||||||
version : '0.3.33',
|
version : '0.3.33',
|
||||||
license : [ 'MIT', 'LGPL-2.1-or-later', 'GPL-2.0-only' ],
|
license : [ 'MIT', 'LGPL-2.1-or-later', 'GPL-2.0-only' ],
|
||||||
meson_version : '>= 0.54.0',
|
meson_version : '>= 0.59.0',
|
||||||
default_options : [ 'warning_level=3',
|
default_options : [ 'warning_level=3',
|
||||||
'c_std=gnu99',
|
'c_std=gnu99',
|
||||||
'b_pie=true',
|
'b_pie=true',
|
||||||
|
|
|
||||||
|
|
@ -75,7 +75,7 @@ if get_option('jack-devel').enabled()
|
||||||
description : 'PipeWire JACK API',
|
description : 'PipeWire JACK API',
|
||||||
version : '1.9.17',
|
version : '1.9.17',
|
||||||
extra_cflags : '-D_REENTRANT',
|
extra_cflags : '-D_REENTRANT',
|
||||||
variables: ['server_libs=-L${libdir} -ljackserver'])
|
unescaped_variables: ['server_libs=-L${libdir} -ljackserver'])
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if sdl_dep.found()
|
if sdl_dep.found()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue