All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 01/11] virglrenderer: explicitly depend on libgbm
@ 2021-06-04  9:10 Alexander Kanavin
  2021-06-04  9:10 ` [PATCH 02/11] elfutils: update 0.183 -> 0.185 Alexander Kanavin
                   ` (9 more replies)
  0 siblings, 10 replies; 14+ messages in thread
From: Alexander Kanavin @ 2021-06-04  9:10 UTC (permalink / raw)
  To: openembedded-core; +Cc: Alexander Kanavin

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>
---
 meta/recipes-graphics/virglrenderer/virglrenderer_0.9.1.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-graphics/virglrenderer/virglrenderer_0.9.1.bb b/meta/recipes-graphics/virglrenderer/virglrenderer_0.9.1.bb
index 3991895823..65bd1af942 100644
--- a/meta/recipes-graphics/virglrenderer/virglrenderer_0.9.1.bb
+++ b/meta/recipes-graphics/virglrenderer/virglrenderer_0.9.1.bb
@@ -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 \
-- 
2.31.1


^ permalink raw reply related	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2021-06-17  9:46 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-04  9:10 [PATCH 01/11] virglrenderer: explicitly depend on libgbm Alexander Kanavin
2021-06-04  9:10 ` [PATCH 02/11] elfutils: update 0.183 -> 0.185 Alexander Kanavin
2021-06-04  9:10 ` [PATCH 03/11] libcap: update 2.49 -> 2.50 Alexander Kanavin
2021-06-04  9:10 ` [PATCH 04/11] cmake: update 3.20.2 -> 3.20.3 Alexander Kanavin
2021-06-04  9:10 ` [PATCH 05/11] perl: split perl-cross into its own recipe Alexander Kanavin
2021-06-17  9:22   ` [OE-core] " Yu, Mingli
2021-06-17  9:45     ` Alexander Kanavin
2021-06-04  9:10 ` [PATCH 06/11] perl-cross: 1.3.5 -> 1.3.6 Alexander Kanavin
2021-06-04  9:10 ` [PATCH 07/11] perl: update 5.32.1 -> 5.34.0 Alexander Kanavin
2021-06-04  9:10 ` [PATCH 08/11] libgcrypt: upgrade 1.9.2 -> 1.9.3 Alexander Kanavin
2021-06-04  9:10 ` [PATCH 09/11] xf86-input-libinput: update 0.30.0 -> 1.0.1 Alexander Kanavin
2021-06-04  9:10 ` [PATCH 10/11] erofs-utils: correct upstream version check Alexander Kanavin
2021-06-04  9:10 ` [PATCH 11/11] perlcross fix Alexander Kanavin
2021-06-04  9:11   ` Alexander Kanavin

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.