lib/systems: disable pipewireSupport in qemu-user
Option added in5b0ed68c10
it causes infinite recursion in cross builds There's a another inf rec that needs6946977de0
which is in staging
This commit is contained in:
parent
9c28500602
commit
5472b08075
1 changed files with 1 additions and 0 deletions
|
@ -224,6 +224,7 @@ rec {
|
|||
gtkSupport = false;
|
||||
sdlSupport = false;
|
||||
pulseSupport = false;
|
||||
pipewireSupport = false;
|
||||
smbdSupport = false;
|
||||
seccompSupport = false;
|
||||
enableDocs = false;
|
||||
|
|
Loading…
Reference in a new issue