qemu: enable rutabagaSupport only if rutabaga_gfx is available on host platform

This commit is contained in:
Nick Cao 2024-01-12 19:58:34 -05:00
parent a80424a702
commit 03ed7bac5b
No known key found for this signature in database

View File

@ -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