mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-04-29 01:37:17 +00:00

examples are enabled by default since version 0.17.5 and
012d014a7c
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Reviewed-by: Stephan Hoffmann <sho@relinux.de>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
(cherry picked from commit 5e8fe3704a6a75c639d24dfbade469ad539e7ff1)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
19 lines
593 B
Makefile
19 lines
593 B
Makefile
################################################################################
|
|
#
|
|
# libhttpserver
|
|
#
|
|
################################################################################
|
|
|
|
LIBHTTPSERVER_VERSION = 0.17.5
|
|
LIBHTTPSERVER_SITE = $(call github,etr,libhttpserver,$(LIBHTTPSERVER_VERSION))
|
|
LIBHTTPSERVER_LICENSE = LGPL-2.1+
|
|
LIBHTTPSERVER_LICENSE_FILES = COPYING.LESSER
|
|
LIBHTTPSERVER_INSTALL_STAGING = YES
|
|
LIBHTTPSERVER_CONF_OPTS = \
|
|
--disable-examples \
|
|
--enable-same-directory-build
|
|
LIBHTTPSERVER_AUTORECONF = YES
|
|
LIBHTTPSERVER_DEPENDENCIES = libmicrohttpd
|
|
|
|
$(eval $(autotools-package))
|