mono: remove nonexistent configure options

The .mk file for the mono package contains out of date configuration
options. The --disable-gtk-doc option is no longer available in
configure. Moonlight is no longer supported in Mono and the
--with-moonlight=no option is no longer required.

Signed-off-by: Dustin Johnson <dustin.r.johnson@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
Dustin Johnson 2017-03-14 21:55:07 -04:00 committed by Thomas Petazzoni
parent 03197f30ab
commit 2ba4fee836

View file

@ -18,9 +18,7 @@ MONO_INSTALL_STAGING = YES
MONO_AUTORECONF = YES
# Disable managed code (mcs folder) from building
MONO_CONF_OPTS = --disable-gtk-doc \
--with-mcs-docs=no \
--with-moonlight=no \
MONO_CONF_OPTS = --with-mcs-docs=no \
--with-ikvm-native=no \
--enable-minimal=profiler,debug \
--disable-mcs-build \
@ -44,9 +42,7 @@ MONO_DEPENDENCIES += host-mono
## Mono managed
HOST_MONO_CONF_OPTS = --disable-gtk-doc \
--with-mcs-docs=no \
--with-moonlight=no \
HOST_MONO_CONF_OPTS = --with-mcs-docs=no \
--disable-libraries \
--with-ikvm-native=no \
--enable-minimal=profiler,debug \