qemu: enable rutabagaSupport only if rutabaga_gfx is available on host platform
This commit is contained in:
parent
a80424a702
commit
03ed7bac5b
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@
|
|||
, cephSupport ? false, ceph
|
||||
, glusterfsSupport ? false, glusterfs, libuuid
|
||||
, openGLSupport ? sdlSupport, mesa, libepoxy, libdrm
|
||||
, rutabagaSupport ? openGLSupport && !toolsOnly, rutabaga_gfx
|
||||
, rutabagaSupport ? openGLSupport && !toolsOnly && lib.meta.availableOn stdenv.hostPlatform rutabaga_gfx, rutabaga_gfx
|
||||
, virglSupport ? openGLSupport, virglrenderer
|
||||
, libiscsiSupport ? !toolsOnly, libiscsi
|
||||
, smbdSupport ? false, samba
|
||||
|
|
Loading…
Reference in a new issue