All of lore.kernel.org
 help / color / mirror / Atom feed
* [yocto][poky][master][PATCH} VirGL: depends on virtual/gbm
@ 2021-05-29  0:44 Joel Winarske
  2021-05-30  8:44 ` [OE-core] " Alexander Kanavin
  0 siblings, 1 reply; 2+ messages in thread
From: Joel Winarske @ 2021-05-29  0:44 UTC (permalink / raw)
  To: Openembedded-core

[-- Attachment #1: Type: text/plain, Size: 1266 bytes --]

This addresses cases where the platform doesn't depend on Mesa.  The NVIDIA
Tegra is one example.

From 427d6248379bf37f5522d4bb1013b8c0b7a26b5b Mon Sep 17 00:00:00 2001
From: Joel Winarske <joel.winarske@gmail.com>
Date: Fri, 28 May 2021 12:10:46 -0700
Subject: [PATCH] VirGL depends on gbm.h

Signed-off-by: Joel Winarske <joel.winarske@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.30.2

[-- Attachment #2: Type: text/html, Size: 1875 bytes --]

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

* Re: [OE-core] [yocto][poky][master][PATCH} VirGL: depends on virtual/gbm
  2021-05-29  0:44 [yocto][poky][master][PATCH} VirGL: depends on virtual/gbm Joel Winarske
@ 2021-05-30  8:44 ` Alexander Kanavin
  0 siblings, 0 replies; 2+ messages in thread
From: Alexander Kanavin @ 2021-05-30  8:44 UTC (permalink / raw)
  To: Joel Winarske; +Cc: OE-core

[-- Attachment #1: Type: text/plain, Size: 1538 bytes --]

This needs to be submitted using 'git send-email', rather than manually
copy pasted into the email body.

Alex

On Sat, 29 May 2021 at 02:44, Joel Winarske <joel.winarske@gmail.com> wrote:

> This addresses cases where the platform doesn't depend on Mesa.  The
> NVIDIA Tegra is one example.
>
> From 427d6248379bf37f5522d4bb1013b8c0b7a26b5b Mon Sep 17 00:00:00 2001
> From: Joel Winarske <joel.winarske@gmail.com>
> Date: Fri, 28 May 2021 12:10:46 -0700
> Subject: [PATCH] VirGL depends on gbm.h
>
> Signed-off-by: Joel Winarske <joel.winarske@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.30.2
>
>
>
> 
>
>

[-- Attachment #2: Type: text/html, Size: 2557 bytes --]

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

end of thread, other threads:[~2021-05-30  8:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-29  0:44 [yocto][poky][master][PATCH} VirGL: depends on virtual/gbm Joel Winarske
2021-05-30  8:44 ` [OE-core] " 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.