Skip to content

Commit 38eb133

Browse files
committed
Any version of libncurses-dev will do. Not 5.x as in #20.
1 parent 3849998 commit 38eb133

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

toolchain-m68k

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -245,8 +245,7 @@ def build():
245245
find_executable('git')
246246
find_executable('yacc')
247247

248-
require_header('ncurses.h', 'c', 'libncurses5-dev package missing',
249-
'NCURSES_VERSION_MAJOR', 5)
248+
require_header('ncurses.h', 'c', 'libncurses-dev package missing')
250249

251250
py_ver = 'python%d.%d' % (sys.version_info.major, sys.version_info.minor)
252251

0 commit comments

Comments
 (0)