7cf47a58e4
Signed-off-by: zejian.su <zejian.su@starfivetech.com>
15 lines
515 B
Makefile
15 lines
515 B
Makefile
################################################################################
|
|
#
|
|
# libcamera-apps
|
|
#
|
|
################################################################################
|
|
|
|
LIBCAMERA_APPS_SITE = https://github.com/starfive-tech/libcamera-apps.git
|
|
LIBCAMERA_APPS_VERSION = 31377be38defcfbd6bc70bd12895c6f145fc8171
|
|
LIBCAMERA_APPS_SITE_METHOD = git
|
|
LIBCAMERA_APPS_INSTALL_STAGING = YES
|
|
|
|
LIBCAMERA_APPS_DEPENDENCIES = libcamera libexif tiff boost host-pkgconf jpeg libpng sf-omx-il
|
|
|
|
$(eval $(cmake-package))
|