mirror of
https://frontier.innolan.net/github/amigaos-cross-toolchain6.git
synced 2024-10-19 10:29:55 +00:00
Any version of libncurses-dev will do. Not 5.x as in #20.
This commit is contained in:
+1
-2
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user