[Meson] Unescape pkgconf variable

This commit is contained in:
Nils Tonnätt 2021-08-01 17:53:23 +02:00 committed by Wim Taymans
parent 8119e5cdb4
commit 8dc8fb55f2
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
project('pipewire', ['c' ],
version : '0.3.33',
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',
'c_std=gnu99',
'b_pie=true',

View File

@ -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()