changeset 5356:6886f2461165

tools::ncurses: build without c++.
author Jan Nieuwenhuizen <janneke@gnu.org>
date Mon, 13 Jul 2009 20:57:57 +0200
parents 518bf551dcfb
children 60c10ff249b5
files gub/specs/ncurses.py
diffstat 1 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/gub/specs/ncurses.py	Mon Jul 13 20:57:47 2009 +0200
+++ b/gub/specs/ncurses.py	Mon Jul 13 20:57:57 2009 +0200
@@ -16,8 +16,12 @@
         return (tools.AutoBuild.configure_command (self)
                 + ' --with-normal'
                 + ' --with-shared'
+                + ' --without-cxx'
+                + ' --without--cxx-binding'
                 )
     def _get_build_dependencies (self):
-        return ['system::g++']
+        return [
+#            'system::g++'
+            ]
     def license_files (self):
         return ['%(srcdir)s/README']