summaryrefslogtreecommitdiffstats
path: root/package/mono
diff options
context:
space:
mode:
authorDustin Johnson <dustin.r.johnson@gmail.com>2017-03-14 21:55:07 -0400
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-03-18 15:37:14 +0100
commit2ba4fee836b9dec5f30a039fe2a03ad889b7cac1 (patch)
tree5cedd77e3012a1ca8a21a2899d02a2a525f70c6c /package/mono
parent03197f30ab874d83fe1a56dc3f8bd7beddc29f73 (diff)
downloadbuildroot-2ba4fee836b9dec5f30a039fe2a03ad889b7cac1.tar.gz
buildroot-2ba4fee836b9dec5f30a039fe2a03ad889b7cac1.zip
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>
Diffstat (limited to 'package/mono')
-rw-r--r--package/mono/mono.mk8
1 files changed, 2 insertions, 6 deletions
diff --git a/package/mono/mono.mk b/package/mono/mono.mk
index 20b9205683..866bff23fb 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 \
OpenPOWER on IntegriCloud