aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended
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-09 07:37:42 -0800
commitcf27cdafe1bf724760526bcd9aede43bed4ec855 (patch)
treed7891ffe8c01434ba0e45200d93f64c915164aa9 /meta-oe/recipes-extended
parentae68a5f8769231c0c7213fe2914cd33a4c67251f (diff)
downloadmeta-openembedded-contrib-cf27cdafe1bf724760526bcd9aede43bed4ec855.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>
Diffstat (limited to 'meta-oe/recipes-extended')
-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 \