* [PATCH] mesa-gl: Remove osmesa dependency
@ 2025-05-27 15:39 Khem Raj
2025-05-28 13:21 ` [OE-core] " Trevor Woerner
0 siblings, 1 reply; 2+ messages in thread
From: Khem Raj @ 2025-05-27 15:39 UTC (permalink / raw)
To: openembedded-core; +Cc: Khem Raj
osmesa has been removed from recently upgrade mesa recipes
remove it from the fallback for non-x11 systems
Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
meta/recipes-graphics/mesa/mesa-gl.bb | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/meta/recipes-graphics/mesa/mesa-gl.bb b/meta/recipes-graphics/mesa/mesa-gl.bb
index ca160f1bfce..680fda1be5c 100644
--- a/meta/recipes-graphics/mesa/mesa-gl.bb
+++ b/meta/recipes-graphics/mesa/mesa-gl.bb
@@ -10,6 +10,6 @@ TARGET_CFLAGS = "-I${STAGING_INCDIR}/drm"
# At least one DRI rendering engine is required to build mesa.
# When no X11 is available, use osmesa for the rendering engine.
-PACKAGECONFIG ??= "opengl gallium ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11', 'osmesa', d)}"
-PACKAGECONFIG:class-target = "opengl gallium ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11', 'osmesa', d)}"
+PACKAGECONFIG ??= "opengl gallium ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11', '', d)}"
+PACKAGECONFIG:class-target = "opengl gallium ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11', '', d)}"
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [OE-core] [PATCH] mesa-gl: Remove osmesa dependency
2025-05-27 15:39 [PATCH] mesa-gl: Remove osmesa dependency Khem Raj
@ 2025-05-28 13:21 ` Trevor Woerner
0 siblings, 0 replies; 2+ messages in thread
From: Trevor Woerner @ 2025-05-28 13:21 UTC (permalink / raw)
To: raj.khem; +Cc: openembedded-core
On Tue 2025-05-27 @ 08:39:56 AM, Khem Raj via lists.openembedded.org wrote:
> osmesa has been removed from recently upgrade mesa recipes
> remove it from the fallback for non-x11 systems
>
> Signed-off-by: Khem Raj <raj.khem@gmail.com>
> ---
> meta/recipes-graphics/mesa/mesa-gl.bb | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/meta/recipes-graphics/mesa/mesa-gl.bb b/meta/recipes-graphics/mesa/mesa-gl.bb
> index ca160f1bfce..680fda1be5c 100644
> --- a/meta/recipes-graphics/mesa/mesa-gl.bb
> +++ b/meta/recipes-graphics/mesa/mesa-gl.bb
> @@ -10,6 +10,6 @@ TARGET_CFLAGS = "-I${STAGING_INCDIR}/drm"
>
> # At least one DRI rendering engine is required to build mesa.
> # When no X11 is available, use osmesa for the rendering engine.
^^ should probably also fixup the comment too
> -PACKAGECONFIG ??= "opengl gallium ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11', 'osmesa', d)}"
> -PACKAGECONFIG:class-target = "opengl gallium ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11', 'osmesa', d)}"
> +PACKAGECONFIG ??= "opengl gallium ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11', '', d)}"
> +PACKAGECONFIG:class-target = "opengl gallium ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11', '', d)}"
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#217312): https://lists.openembedded.org/g/openembedded-core/message/217312
> Mute This Topic: https://lists.openembedded.org/mt/113327839/900817
> Group Owner: openembedded-core+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [twoerner@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-05-28 13:21 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-27 15:39 [PATCH] mesa-gl: Remove osmesa dependency Khem Raj
2025-05-28 13:21 ` [OE-core] " Trevor Woerner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox