mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-14 21:06:13 +00:00
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>
This commit is contained in:
parent
ae68a5f876
commit
cf27cdafe1
@ -24,7 +24,7 @@ DEPENDS = "curl \
|
|||||||
jpeg \
|
jpeg \
|
||||||
openssl \
|
openssl \
|
||||||
sqlite3 \
|
sqlite3 \
|
||||||
virtual/libgl \
|
virtual/egl \
|
||||||
${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'libnotify', '', d)} \
|
${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'libnotify', '', d)} \
|
||||||
${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'gtk+ libnotify xcb-util libxscrnsaver', '', d)} \
|
${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'gtk+ libnotify xcb-util libxscrnsaver', '', d)} \
|
||||||
nettle \
|
nettle \
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user