1
0
mirror of https://github.com/cahirwpz/amigaos-cross-toolchain synced 2025-11-21 10:15:10 +00:00

Any version of libncurses-dev will do. Not 5.x as in #20.

This commit is contained in:
Krystian Bacławski
2016-02-18 11:39:10 +01:00
parent 3849998cc3
commit 38eb1339df

View File

@ -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)