diff mbox series

[meta-arago,scarthgap/master] tisdk-graphics-sdk-target: include gles headers

Message ID 20240614182721.4034202-1-rs@ti.com
State Accepted
Delegated to: Ryan Eatmon
Headers show
Series [meta-arago,scarthgap/master] tisdk-graphics-sdk-target: include gles headers | expand

Commit Message

Randolph Sapp June 14, 2024, 6:27 p.m. UTC
From: Randolph Sapp <rs@ti.com>

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 <rs@ti.com>
---
 .../packagegroup-arago-tisdk-graphics-sdk-target.bb          | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
diff mbox series

Patch

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)} \