mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 22:27:02 +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"
|
||||
audio_sdl=",sdl"
|
||||
fi
|
||||
if [ $"build_option_jack" ]; then
|
||||
if [ "$build_option_jack" ]; then
|
||||
audio_jack=",jack"
|
||||
fi
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue