aboutsummaryrefslogtreecommitdiffstats
path: root/packages/gettext
diff options
context:
space:
mode:
authorMichael Krelin <hacker@klever.net>2007-07-15 15:19:30 +0000
committerMichael Krelin <hacker@klever.net>2007-07-15 15:19:30 +0000
commite609cb9601bc08c3bca55c29e3335e36621fc86e (patch)
tree890430246f663413b516e36474e5b203103c216d /packages/gettext
parentd4b74c6d36389ae170db2136234aa4cbef364c46 (diff)
downloadopenembedded-e609cb9601bc08c3bca55c29e3335e36621fc86e.tar.gz
gettext: let the unfortunates having mono installed on the system still build it.
Diffstat (limited to 'packages/gettext')
-rw-r--r--packages/gettext/gettext_0.14.1.bb2
1 files changed, 1 insertions, 1 deletions
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'