mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-01 13:49:03 +03:00
package/libhttpserver: disable examples
examples are enabled by default since version 0.17.5 and012d014a7cSigned-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 commit5e8fe3704a) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
06efc0fb4b
commit
6829734922
@@ -9,7 +9,9 @@ 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 = --enable-same-directory-build
|
||||
LIBHTTPSERVER_CONF_OPTS = \
|
||||
--disable-examples \
|
||||
--enable-same-directory-build
|
||||
LIBHTTPSERVER_AUTORECONF = YES
|
||||
LIBHTTPSERVER_DEPENDENCIES = libmicrohttpd
|
||||
|
||||
|
||||
Reference in New Issue
Block a user