mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-06 13:30:01 -05:00
[Meson] Unescape pkgconf variable
This commit is contained in:
parent
8119e5cdb4
commit
8dc8fb55f2
2 changed files with 2 additions and 2 deletions
|
|
@ -75,7 +75,7 @@ if get_option('jack-devel').enabled()
|
|||
description : 'PipeWire JACK API',
|
||||
version : '1.9.17',
|
||||
extra_cflags : '-D_REENTRANT',
|
||||
variables: ['server_libs=-L${libdir} -ljackserver'])
|
||||
unescaped_variables: ['server_libs=-L${libdir} -ljackserver'])
|
||||
endif
|
||||
|
||||
if sdl_dep.found()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue