diff options
author | Karl-Johan Karlsson <creideiki@lysator.liu.se> | 2021-05-07 09:40:43 +0200 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2021-05-07 09:24:33 +0100 |
commit | e26a15f02d56e3eb1be5129ed7ef207ea3e46a1c (patch) | |
tree | 3cd80bda1ff11eea6bb48fee019c179dc3be0562 /app-emulation | |
parent | media-gfx/brscan4: Initial import (diff) | |
download | gentoo-e26a15f02d56e3eb1be5129ed7ef207ea3e46a1c.tar.gz gentoo-e26a15f02d56e3eb1be5129ed7ef207ea3e46a1c.tar.bz2 gentoo-e26a15f02d56e3eb1be5129ed7ef207ea3e46a1c.zip |
app-emulation/qemu: require opengl if virgl is enabled
Closes: https://bugs.gentoo.org/788409
Signed-off-by: Karl-Johan Karlsson <creideiki@lysator.liu.se>
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/qemu/qemu-6.0.0.ebuild | 1 | ||||
-rw-r--r-- | app-emulation/qemu/qemu-9999.ebuild | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/app-emulation/qemu/qemu-6.0.0.ebuild b/app-emulation/qemu/qemu-6.0.0.ebuild index bdf454fd8ec7..591f58deeb83 100644 --- a/app-emulation/qemu/qemu-6.0.0.ebuild +++ b/app-emulation/qemu/qemu-6.0.0.ebuild @@ -111,6 +111,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE} static? ( static-user !alsa !gtk !jack !opengl !pulseaudio !plugins !rbd !snappy ) static-user? ( !plugins ) vhost-user-fs? ( caps seccomp ) + virgl? ( opengl ) virtfs? ( caps xattr ) vte? ( gtk ) multipath? ( udev ) diff --git a/app-emulation/qemu/qemu-9999.ebuild b/app-emulation/qemu/qemu-9999.ebuild index bdf454fd8ec7..591f58deeb83 100644 --- a/app-emulation/qemu/qemu-9999.ebuild +++ b/app-emulation/qemu/qemu-9999.ebuild @@ -111,6 +111,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE} static? ( static-user !alsa !gtk !jack !opengl !pulseaudio !plugins !rbd !snappy ) static-user? ( !plugins ) vhost-user-fs? ( caps seccomp ) + virgl? ( opengl ) virtfs? ( caps xattr ) vte? ( gtk ) multipath? ( udev ) |