diff options
author | Michael Krelin <hacker@klever.net> | 2007-07-15 15:19:30 +0000 |
---|---|---|
committer | Michael Krelin <hacker@klever.net> | 2007-07-15 15:19:30 +0000 |
commit | e609cb9601bc08c3bca55c29e3335e36621fc86e (patch) | |
tree | 890430246f663413b516e36474e5b203103c216d | |
parent | d4b74c6d36389ae170db2136234aa4cbef364c46 (diff) |
gettext: let the unfortunates having mono installed on the system still build it.
-rw-r--r-- | packages/gettext/gettext_0.14.1.bb | 2 |
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' |