commit:     e26a15f02d56e3eb1be5129ed7ef207ea3e46a1c
Author:     Karl-Johan Karlsson <creideiki <AT> lysator <DOT> liu <DOT> se>
AuthorDate: Fri May  7 07:40:43 2021 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Fri May  7 08:24:33 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e26a15f0

app-emulation/qemu: require opengl if virgl is enabled

Closes: https://bugs.gentoo.org/788409
Signed-off-by: Karl-Johan Karlsson <creideiki <AT> lysator.liu.se>
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 app-emulation/qemu/qemu-6.0.0.ebuild | 1 +
 app-emulation/qemu/qemu-9999.ebuild  | 1 +
 2 files changed, 2 insertions(+)

diff --git a/app-emulation/qemu/qemu-6.0.0.ebuild 
b/app-emulation/qemu/qemu-6.0.0.ebuild
index bdf454fd8ec..591f58deeb8 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 bdf454fd8ec..591f58deeb8 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 )

Reply via email to