aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2022-03-07 15:16:02 -0800
committerKhem Raj <raj.khem@gmail.com>2022-03-08 08:02:58 -0800
commit46b9ee87c99491a5c0a2f37ff456a2cb90074fc4 (patch)
tree402ccb56fc0edeea3fa03284209008b1d4de0100
parent135730255b7df3d3639903eba80908fd93899793 (diff)
downloadmeta-openembedded-contrib-46b9ee87c99491a5c0a2f37ff456a2cb90074fc4.tar.gz
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 <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-extended/boinc/boinc-client_7.18.1.bb2
1 files changed, 1 insertions, 1 deletions
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 \