1 Do not harcode invalid path to ncursesw headers
3 Adding /usr/include/ncursesw is obviously invalid when
4 cross-compiling. Since the ncursesw headers are no longer installed in
5 usr/include/ncursesw/, but directly in usr/include, there is anyway no
6 need for a special header path.
8 Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
11 ===================================================================
15 panel_library = 'panel'
16 if curses_library == 'ncursesw':
17 curses_defines.append(('HAVE_NCURSESW', '1'))
18 - curses_includes.append('/usr/include/ncursesw')
19 # Bug 1464056: If _curses.so links with ncursesw,
20 # _curses_panel.so must link with panelw.
21 panel_library = 'panelw'