On 04/11/2021 09:01, Fernando Apesteguía wrote:
On Thu, Nov 4, 2021 at 1:43 AM Damjan Jovanovic <[email protected]> wrote:
When JACK is on, does it appear in:
pkg-config openal --libs
?
If no, that's a bug in OpenAL, it should generate pkg-config files with the
jack library. If yes, that's a bug in Wine, it should use pkg-config when
present instead of trying to guess in configure.ac how to link to the library
itself.
With
Options :
CONFIG : on
EXAMPLES : on
JACK : on
OSS : on
PORTAUDIO : off
PULSEAUDIO : off
SDL : off
SNDIO : off
root@13_0amd64-default:~ # pkg info -l openal-soft | grep pkgconfig
/usr/local/libdata/pkgconfig/openal.pc
root@13_0amd64-default:~ # pkg-config openal --libs
-L/usr/local/lib -lopenal
I think at this point we should open a PR for further reference.
I can confirm that wine-devel was built fine with option JACK turned off
for openal.
Kind regards
Miroslav Lachman