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;
|
gtkSupport = false;
|
||||||
sdlSupport = false;
|
sdlSupport = false;
|
||||||
pulseSupport = false;
|
pulseSupport = false;
|
||||||
|
pipewireSupport = false;
|
||||||
smbdSupport = false;
|
smbdSupport = false;
|
||||||
seccompSupport = false;
|
seccompSupport = false;
|
||||||
enableDocs = false;
|
enableDocs = false;
|
||||||
|
|
Loading…
Reference in a new issue