From: Michael Krelin Date: Sun, 15 Jul 2007 15:19:30 +0000 (+0000) Subject: gettext: let the unfortunates having mono installed on the system still build it. X-Git-Tag: Release-2010-05/1~8868^2~149^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e609cb9601bc08c3bca55c29e3335e36621fc86e;p=openembedded.git gettext: let the unfortunates having mono installed on the system still build it. --- diff --git a/packages/gettext/gettext_0.14.1.bb b/packages/gettext/gettext_0.14.1.bb index 1cc272bf14..4e25c0e829 100644 --- a/packages/gettext/gettext_0.14.1.bb +++ b/packages/gettext/gettext_0.14.1.bb @@ -17,7 +17,7 @@ PARALLEL_MAKE = "" inherit autotools -EXTRA_OECONF += "--without-lisp" +EXTRA_OECONF += "--without-lisp --disable-csharp" acpaths = '-I ${S}/autoconf-lib-link/m4/ \ -I ${S}/gettext-runtime/m4 \ -I ${S}/gettext-tools/m4'