From: Randolph Sapp <[email protected]> Pull in all GL and GLES headers.
Though IMG Rogue cores do not support desktop GL that shouldn't prevent people from compiling GL things specifically for software rendering or acceleration through other means. Signed-off-by: Randolph Sapp <[email protected]> --- .../packagegroup-arago-tisdk-graphics-sdk-target.bb | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-graphics-sdk-target.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-graphics-sdk-target.bb index 6f576a18..e35f1766 100644 --- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-graphics-sdk-target.bb +++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-graphics-sdk-target.bb @@ -8,8 +8,11 @@ inherit packagegroup RDEPENDS:${PN} = "\ libegl-dev \ + libgl-dev \ + libgles1-dev \ + libgles2-dev \ + libgles3-dev \ libdrm-dev \ - libgles3-mesa-dev \ wayland-dev \ weston-dev \ ${@bb.utils.contains('MACHINE_FEATURES', 'gc320', 'ti-gc320-libs-dev', '', d)} \ -- 2.45.1 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#15387): https://lists.yoctoproject.org/g/meta-arago/message/15387 Mute This Topic: https://lists.yoctoproject.org/mt/106675835/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
