Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/1] waffle: The surfaceless-egl and gbm requires opengl
@ 2022-04-02  3:22 Robert Yang
  2022-04-02  3:22 ` [PATCH 1/1] " Robert Yang
  0 siblings, 1 reply; 2+ messages in thread
From: Robert Yang @ 2022-04-02  3:22 UTC (permalink / raw)
  To: openembedded-core

The following changes since commit ff75909f2a9e970aaf389e0012888c29f02376e3:

  meson: Robustify compiler detection logic (2022-04-01 23:11:32 +0100)

are available in the Git repository at:

  git://git.openembedded.org/openembedded-core-contrib rbt/pc
  http://cgit.openembedded.org/openembedded-core-contrib/log/?h=rbt/pc

Robert Yang (1):
  waffle: The surfaceless-egl and gbm requires opengl

 meta/recipes-graphics/waffle/waffle_1.7.0.bb | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

-- 
2.31.1



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

* [PATCH 1/1] waffle: The surfaceless-egl and gbm requires opengl
  2022-04-02  3:22 [PATCH 0/1] waffle: The surfaceless-egl and gbm requires opengl Robert Yang
@ 2022-04-02  3:22 ` Robert Yang
  0 siblings, 0 replies; 2+ messages in thread
From: Robert Yang @ 2022-04-02  3:22 UTC (permalink / raw)
  To: openembedded-core

Fixed when opengl is not in DISTRO_FEATURES:
ERROR: Nothing PROVIDES 'virtual/libgbm' (but /path/to/waffle/waffle_1.7.0.bb DEPENDS on or otherwise requires it)

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
---
 meta/recipes-graphics/waffle/waffle_1.7.0.bb | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/meta/recipes-graphics/waffle/waffle_1.7.0.bb b/meta/recipes-graphics/waffle/waffle_1.7.0.bb
index b9315157007..f1fd9e7630d 100644
--- a/meta/recipes-graphics/waffle/waffle_1.7.0.bb
+++ b/meta/recipes-graphics/waffle/waffle_1.7.0.bb
@@ -23,7 +23,8 @@ DEPENDS:append = " python3 cmake-native"
 # stack.
 PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'glx x11-egl', '', d)} \
                    ${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'wayland', '', d)} \
-                   surfaceless-egl gbm"
+                   ${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'gbm surfaceless-egl', '', d)} \
+"
 
 # virtual/libgl requires opengl in DISTRO_FEATURES.
 REQUIRED_DISTRO_FEATURES += "${@bb.utils.contains('DEPENDS', 'virtual/${MLPREFIX}libgl', 'opengl', '', d)}"
-- 
2.31.1



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

end of thread, other threads:[~2022-04-04 18:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-04-02  3:22 [PATCH 0/1] waffle: The surfaceless-egl and gbm requires opengl Robert Yang
2022-04-02  3:22 ` [PATCH 1/1] " Robert Yang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox