diff options
author | Khem Raj <raj.khem@gmail.com> | 2022-03-07 15:16:02 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-03-09 07:37:42 -0800 |
commit | cf27cdafe1bf724760526bcd9aede43bed4ec855 (patch) | |
tree | d7891ffe8c01434ba0e45200d93f64c915164aa9 | |
parent | ae68a5f8769231c0c7213fe2914cd33a4c67251f (diff) | |
download | meta-openembedded-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>
-rw-r--r-- | meta-oe/recipes-extended/boinc/boinc-client_7.18.1.bb | 2 |
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 \ | |||
24 | jpeg \ | 24 | jpeg \ |
25 | openssl \ | 25 | openssl \ |
26 | sqlite3 \ | 26 | sqlite3 \ |
27 | virtual/libgl \ | 27 | virtual/egl \ |
28 | ${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'libnotify', '', d)} \ | 28 | ${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'libnotify', '', d)} \ |
29 | ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'gtk+ libnotify xcb-util libxscrnsaver', '', d)} \ | 29 | ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'gtk+ libnotify xcb-util libxscrnsaver', '', d)} \ |
30 | nettle \ | 30 | nettle \ |