diff mbox

[1/1] mono: Remove out of date configure options.

Message ID 20170315015507.6512-1-dustin.r.johnson@gmail.com
State Accepted
Headers show

Commit Message

Dustin Johnson March 15, 2017, 1:55 a.m. UTC
The makefile 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>
---
 package/mono/mono.mk | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

Comments

Thomas Petazzoni March 18, 2017, 2:38 p.m. UTC | #1
Hello,

On Tue, 14 Mar 2017 21:55:07 -0400, Dustin Johnson wrote:
> The makefile 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.

Commit log messages should be wrapped at 72 characters, so I've fixed
that up.

> 
> Signed-off-by: Dustin Johnson <dustin.r.johnson@gmail.com>
> ---
>  package/mono/mono.mk | 8 ++------
>  1 file changed, 2 insertions(+), 6 deletions(-)

Applied to master, thanks a lot!

Thomas
diff mbox

Patch

diff --git a/package/mono/mono.mk b/package/mono/mono.mk
index 20b920568..866bff23f 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 \