The cam test tol can preview frames using SDL2 if available during
compilation.
Add sdl2 and sdl2_image to the dependencies list.
Signed-off-by: Jacopo Mondi <jacopo.mondi@ideasonboard.com>
---
This is only required for the cam test tool and should probably be made a
libcamera-tools sub-package dependency. Not sure if this can be expressed in
APKBUILD.
community/libcamera/APKBUILD | 2 ++
1 file changed, 2 insertions(+)
diff --git a/community/libcamera/APKBUILD b/community/libcamera/APKBUILD
index 1bf0015ec127..252c879e784d 100644
--- a/community/libcamera/APKBUILD+++ b/community/libcamera/APKBUILD
@@ -13,6 +13,8 @@ depends_dev="
gnutls-dev
gst-plugins-bad-dev
qt5-qtbase-dev
+ sdl2-dev+ sdl2_image-dev "
# upstream calls 'date' with a non-POSIX option so we pull in coreutils
makedepends="$depends_dev
--
2.39.0