6cccfe64cd
Build failures due to: `fatal error: sys/auxv.h: No such file or directory` have been fixed upstream. Fixes: http://autobuild.buildroot.net/results/158/158950190141b4f1b0a3d7813322d3971bb8ba75/ Signed-off-by: Giulio Benetti <giulio.benetti@micronovasrl.com> Acked-by: Kieran Bingham <kieran.bingham@ideasonboard.com> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
19 lines
610 B
Makefile
19 lines
610 B
Makefile
################################################################################
|
|
#
|
|
# libcamera
|
|
#
|
|
################################################################################
|
|
|
|
LIBCAMERA_SITE = https://git.linuxtv.org/libcamera.git
|
|
LIBCAMERA_VERSION = ab0188fc8bbb6f397ac3aa11c9377662b7bd88b0
|
|
LIBCAMERA_SITE_METHOD = git
|
|
LIBCAMERA_DEPENDENCIES = udev
|
|
LIBCAMERA_CONF_OPTS = -Dtests=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))
|