mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
qemu: fix typo resulting in broken build when disabling Jack
This commit is contained in:
parent
41c96a6bbe
commit
2fd366dec4
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ do_configure() {
|
||||||
want_sdl="--enable-sdl"
|
want_sdl="--enable-sdl"
|
||||||
audio_sdl=",sdl"
|
audio_sdl=",sdl"
|
||||||
fi
|
fi
|
||||||
if [ $"build_option_jack" ]; then
|
if [ "$build_option_jack" ]; then
|
||||||
audio_jack=",jack"
|
audio_jack=",jack"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue