From 38eb1339df2892f5a6b669044cf8cd8ab3ef95a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krystian=20Bac=C5=82awski?= Date: Thu, 18 Feb 2016 11:39:10 +0100 Subject: [PATCH] Any version of libncurses-dev will do. Not 5.x as in #20. --- toolchain-m68k | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/toolchain-m68k b/toolchain-m68k index 566781e..38d0050 100755 --- a/toolchain-m68k +++ b/toolchain-m68k @@ -245,8 +245,7 @@ def build(): find_executable('git') find_executable('yacc') - require_header('ncurses.h', 'c', 'libncurses5-dev package missing', - 'NCURSES_VERSION_MAJOR', 5) + require_header('ncurses.h', 'c', 'libncurses-dev package missing') py_ver = 'python%d.%d' % (sys.version_info.major, sys.version_info.minor)