kumquat-buildroot/package/libcamera/libcamera.mk
James Hilliard 95a1d16d19 package/libcamera: fix install staging typo
This won't enable install to staging unless capitalized.

Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
(cherry picked from commit b6141b2aa1)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2020-07-20 18:45:48 +02:00

19 lines
609 B
Makefile

################################################################################
#
# libcamera
#
################################################################################
LIBCAMERA_SITE = https://git.linuxtv.org/libcamera.git
LIBCAMERA_VERSION = 448393f77ec9e37cb807e8e8d35c1a4877d253d4
LIBCAMERA_SITE_METHOD = git
LIBCAMERA_DEPENDENCIES = udev
LIBCAMERA_CONF_OPTS = -Dtest=false -Ddocumentation=false
LIBCAMERA_INSTALL_STAGING = YES
LIBCAMERA_LICENSE = LGPL-2.1+ (library), GPL-2.0+ (utils)
LIBCAMERA_LICENSE_FILES = \
licenses/gnu-gpl-2.0.txt \
licenses/gnu-lgpl-2.1.txt
$(eval $(meson-package))