mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-16 07:00:00 -05:00
jack.pc libraries should only be libjack
This commit is contained in:
parent
d030983212
commit
86257a0013
1 changed files with 1 additions and 1 deletions
|
|
@ -78,7 +78,7 @@ if get_option('jack-devel') == true
|
||||||
endif
|
endif
|
||||||
|
|
||||||
pkgconfig.generate(filebase : 'jack',
|
pkgconfig.generate(filebase : 'jack',
|
||||||
libraries : [pipewire_jack, pipewire_jackserver],
|
libraries : [pipewire_jack],
|
||||||
name : 'jack',
|
name : 'jack',
|
||||||
description : 'PipeWire JACK API',
|
description : 'PipeWire JACK API',
|
||||||
version : '1.9.17',
|
version : '1.9.17',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue