[Buildroot] [git commit branch/2017.02.x] mono: remove nonexistent configure options

Peter Korsgaard peter at korsgaard.com
Thu Jun 1 14:13:38 UTC 2017


commit: https://git.buildroot.net/buildroot/commit/?id=ae353794f00a5297e1d8f57f06bee6de40367536
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/2017.02.x

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 at gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
(cherry picked from commit 2ba4fee836b9dec5f30a039fe2a03ad889b7cac1)
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/mono/mono.mk | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/package/mono/mono.mk b/package/mono/mono.mk
index 20b9205..866bff2 100644
--- a/package/mono/mono.mk
+++ b/package/mono/mono.mk
@@ -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 \


More information about the buildroot mailing list