]> code.ossystems Code Review - openembedded-core.git/commitdiff
virglrenderer: explicitly depend on libgbm
authorAlexander Kanavin <alex.kanavin@gmail.com>
Fri, 4 Jun 2021 09:14:49 +0000 (11:14 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 6 Jun 2021 22:14:12 +0000 (23:14 +0100)
virtual/gl may not necessarily be mesa, and virgl needs
specifically the gbm part of mesa.

There's also hope nvidia will support gbm somehow, someday.

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-graphics/virglrenderer/virglrenderer_0.9.1.bb

index 3991895823587da244632eab2b2e284827209685..65bd1af9420c5290a670209ca8de954159b8ed6e 100644 (file)
@@ -8,7 +8,7 @@ HOMEPAGE = "https://virgil3d.github.io/"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://COPYING;md5=c81c08eeefd9418fca8f88309a76db10"
 
-DEPENDS = "libdrm virtual/libgl libepoxy"
+DEPENDS = "libdrm virtual/libgl virtual/libgbm libepoxy"
 SRCREV = "363915595e05fb252e70d6514be2f0c0b5ca312b"
 SRC_URI = "git://anongit.freedesktop.org/virglrenderer;branch=branch-0.9.1 \
            file://0001-meson.build-use-python3-directly-for-python.patch \