From 46b9ee87c99491a5c0a2f37ff456a2cb90074fc4 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Mon, 7 Mar 2022 15:16:02 -0800 Subject: boinc-client: Depend on virtual/egl instead of virtual/libgl virtual/libgl points to GL implementation but some implementations of graphics drivers may only provide GLES and this makes the package build on such architectures Signed-off-by: Khem Raj --- meta-oe/recipes-extended/boinc/boinc-client_7.18.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-extended/boinc/boinc-client_7.18.1.bb b/meta-oe/recipes-extended/boinc/boinc-client_7.18.1.bb index 63c32dbf0e..5e991d3099 100644 --- a/meta-oe/recipes-extended/boinc/boinc-client_7.18.1.bb +++ b/meta-oe/recipes-extended/boinc/boinc-client_7.18.1.bb @@ -24,7 +24,7 @@ DEPENDS = "curl \ jpeg \ openssl \ sqlite3 \ - virtual/libgl \ + virtual/egl \ ${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'libnotify', '', d)} \ ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'gtk+ libnotify xcb-util libxscrnsaver', '', d)} \ nettle \ -- cgit 1.2.3-korg