[meta-arago][scarthgap][PATCH] packagegroup-arago-tisdk-graphics-sdk-target: Add KTX and SDL2
| Newsgroups | org.yoctoproject.lists.meta-arago |
|---|---|
| Message-ID | <[email protected]> |
From: Antonios Christidis <[email protected]> Add development files for KTX and SDL2 within arago-tisdk. Signed-off-by: Antonios Christidis <[email protected]> --- .../packagegroup-arago-tisdk-graphics-sdk-target.bb | 2 ++ 1 file changed, 2 insertions(+) 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 e35f1766..cb19a171 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 @@ -16,4 +16,6 @@ RDEPENDS:${PN} = "\ wayland-dev \ weston-dev \ ${@bb.utils.contains('MACHINE_FEATURES', 'gc320', 'ti-gc320-libs-dev', '', d)} \ + libsdl2-dev \ + ktx-software-dev \ " -- 2.34.1