mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-23 05:23:39 +08:00
570b6deff9
Bump to latest release. Signed-off-by: Eugen Hristev <eugen.hristev@microchip.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
15 lines
413 B
Makefile
15 lines
413 B
Makefile
################################################################################
|
|
#
|
|
# fswebcam
|
|
#
|
|
################################################################################
|
|
|
|
FSWEBCAM_VERSION = 20200725
|
|
FSWEBCAM_SITE = $(call github,fsphil,fswebcam,$(FSWEBCAM_VERSION))
|
|
FSWEBCAM_LICENSE = GPL-2.0
|
|
FSWEBCAM_LICENSE_FILES = LICENSE
|
|
|
|
FSWEBCAM_DEPENDENCIES += freetype jpeg libpng gd
|
|
|
|
$(eval $(autotools-package))
|